VirtualBox

Changeset 1591 in vbox for trunk/src/recompiler/new


Ignore:
Timestamp:
Mar 21, 2007 3:07:01 AM (18 years ago)
Author:
vboxsync
Message:

left some checks enabled...

Location:
trunk/src/recompiler/new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/VBoxRecompiler.c

    r1590 r1591  
    30743074/** Validate the physical address passed to the read functions.
    30753075 * Useful for finding non-guest-ram reads/writes.  */
    3076 #if 1
     3076#if 1 /* disable if it becomes bothersome... */
    30773077# define VBOX_CHECK_ADDR(GCPhys) AssertMsg(PGMPhysIsGCPhysValid(cpu_single_env->pVM, (GCPhys)), ("%VGp\n", (GCPhys)))
    30783078#else
  • trunk/src/recompiler/new/cpu-all.h

    r1590 r1591  
    220220void     remR3GrowDynRange(unsigned long physaddr);
    221221#endif
    222 #if defined(__AMD64__)
     222#if 0 /*defined(__AMD64__) && defined(VBOX_STRICT)*/
    223223# define VBOX_CHECK_ADDR(ptr) do { if ((uintptr_t)(ptr) >= _4G) __asm__("int3"); } while (0)
    224224#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette