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

/vbox/src/recompiler/
H A DVBoxRecompiler.c1708 * @param pu8Byte Where to store the byte on success
1710 bool remR3GetOpcode(CPUX86State *env, RTGCPTR GCPtrInstr, uint8_t *pu8Byte) argument
1712 int rc = PATMR3QueryOpcode(env->pVM, GCPtrInstr, pu8Byte);

Completed in 105 milliseconds