MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / emit_handler_table

Method emit_handler_table

src/vm_codegen.cpp:839–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837 }
838
839 void VMCodeGen::emit_handler_table(X64Emitter&) {}
840
841 void VMCodeGen::emit_all_handlers(X64Emitter& e) {
842 const auto& order = codecs_.by_order();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected