| 570 | void emitJne(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(JNE), 0x0, 32)); } |
| 571 | |
| 572 | void emitExit(Instruction* instruction) { instruction->addVirtualInstruction(VirtualInstruction(getVmHandlerRva(EXIT))); } |
| 573 | |
| 574 | void emitAdd(Instruction* instruction, BYTE size) |
| 575 | { |
no test coverage detected