Searched defs:offPrevOpcodes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp994 RTGCPHYS const offPrevOpcodes = GCPhys - pIemCpu->GCPhysOpcodes; local
996 if ( offPrevOpcodes < cbOldOpcodes
999 uint8_t cbNew = cbOldOpcodes - (uint8_t)offPrevOpcodes;
1000 memmove(&pIemCpu->abOpcode[0], &pIemCpu->abOpcode[offPrevOpcodes], cbNew);

Completed in 68 milliseconds