VirtualBox

Changeset 37693 in vbox


Ignore:
Timestamp:
Jun 29, 2011 4:41:39 PM (14 years ago)
Author:
vboxsync
Message:

Windows fixes

Location:
trunk/src/recompiler
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r35346 r37693  
    20042004        if (g_pvREM2)
    20052005        {
     2006            RTPathChangeToUnixSlashes(szPath, true);
    20062007#  ifdef DEBUG /* How to load the VBoxREM2.rel symbols into the GNU debugger. */
    20072008            RTPrintf("VBoxREMWrapper: (gdb) add-symbol-file %s 0x%p\n", szPath, g_pvREM2);
  • trunk/src/recompiler/cpu-all.h

    r37689 r37693  
    10521052     * to fall outside the dirty map. */
    10531053    RTGCPHYS phys_dirty_size;
    1054 #if 0
     1054#if 1
    10551055# define VBOX_RAMLIST_DIRTY_BOUNDS_CHECK_RET(addr,rv) \
    10561056    do { \
  • trunk/src/recompiler/tcg/tcg.c

    r37689 r37693  
    10921092                            fprintf(stderr, "Invalid constraint '%s' for arg %d of operation '%s'\n",
    10931093                                    ct_str, i, def->name);
     1094#ifndef VBOX
    10941095                            exit(1);
     1096#else
     1097                            tcg_exit(1);
     1098#endif
    10951099                        }
    10961100                    }
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