Changeset 2005 in vbox
- Timestamp:
- Apr 10, 2007 11:06:54 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r2004 r2005 485 485 */ 486 486 static int emInterpretIncDec(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize, 487 PFN_EMULATE_PARAM2 _UINT32pfnEmulate)487 PFN_EMULATE_PARAM2 pfnEmulate) 488 488 { 489 489 OP_PARAMVAL param1; … … 862 862 */ 863 863 static int emInterpretBitTest(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize, 864 PFN_EMULATE_PARAM2 pfnEmulate)864 PFN_EMULATE_PARAM2_UINT32 pfnEmulate) 865 865 { 866 866 OP_PARAMVAL param1, param2;
Note:
See TracChangeset
for help on using the changeset viewer.