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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp2970 /*uint8_t bASMInt3 = 0xCC; - unused */
3878 uint8_t bASMInt3 = 0xCC; local
3885 rc = PGMPhysSimpleDirtyWriteGCPtr(VMMGetCpu0(pVM), pPatch->pPrivInstrGC, &bASMInt3, sizeof(bASMInt3));
3888 pPatch->cbPatchJump = sizeof(bASMInt3);
3930 uint8_t bASMInt3 = 0xCC; local
3939 pPatch->cbPatchJump = sizeof(bASMInt3); /* bit of a misnomer in this case; size of replacement instruction. */

Completed in 64 milliseconds