Searched refs:OldByte (Results 1 – 1 of 1) sorted by relevance
35 unsigned char *OldByte = (unsigned char *)Old; in replaceMachineCodeForFunction() local36 *OldByte++ = 0xE9; // Emit JMP opcode. in replaceMachineCodeForFunction()37 unsigned *OldWord = (unsigned *)OldByte; in replaceMachineCodeForFunction()