Index: /trunk/src/VBox/VMM/testcase/tstAnimate.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstAnimate.cpp	(revision 52930)
+++ /trunk/src/VBox/VMM/testcase/tstAnimate.cpp	(revision 52931)
@@ -310,5 +310,5 @@
 
             /* Write that page to the guest - skip known rom areas for now. */
-            if (GCPhys < 0xa0000 || GCPhys >= 0x10000) /* ASSUME size of a8Page is a power of 2. */
+            if (GCPhys < 0xa0000 || GCPhys >= 0x100000) /* ASSUME size of a8Page is a power of 2. */
                 PGMPhysWrite(pVM, GCPhys, &au8Page, cbRead);
             GCPhys += cbRead;
