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

/vbox/src/VBox/VMM/VMMAll/
H A DPATMAll.cpp453 * @param pOpcode Original instruction opcode (out, optional)
456 VMM_INT_DECL(bool) PATMIsInt3Patch(PVM pVM, RTRCPTR pInstrGC, uint32_t *pOpcode, uint32_t *pSize) argument
467 if (pOpcode) *pOpcode = pRec->patch.opcode;

Completed in 52 milliseconds