VirtualBox

Changeset 22121 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 10, 2009 9:53:53 AM (15 years ago)
Author:
vboxsync
Message:

VMM: gcc warnings and a todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r22037 r22121  
    175175        State.GCPtr = InstrGC;
    176176    else
    177         State.GCPtr = NULL;
     177        State.GCPtr = NIL_RTGCPTR;
    178178
    179179    return DISCoreOneEx(InstrGC, pDis->mode, EMReadBytes, &State, pDis, pOpsize);
     
    248248        State.GCPtr = GCPtrInstr;
    249249    else
    250         State.GCPtr = NULL;
     250        State.GCPtr = NIL_RTGCPTR;
    251251#endif
    252252
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