NOP
| 382 | |
| 383 | // NOP |
| 384 | void NopCodec::emit_handler(X86Emitter& e, const VMConfig& vm) const { |
| 385 | emit_dispatch_tail(e, vm); |
| 386 | } |
| 387 | |
| 388 | // EXIT: jmp to VMExit. packager resolves the rel32. |
| 389 | void ExitCodec::emit_handler(X86Emitter& e, const VMConfig& vm) const { |
nothing calls this directly
no test coverage detected