MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CCodeGenerator

Method CCodeGenerator

Source/DynaRec/CodeGenerator.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 typedef void (*ExceptionHandlerFn)();
48
49 CCodeGenerator() {}
50 virtual ~CCodeGenerator() {}
51
52 virtual void Initialise( u32 entry_address, u32 exit_address, u32 * hit_counter, const void * p_base, const SRegisterUsageInfo & register_usage ) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected