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

Method CCodeGeneratorPSP

Source/SysPSP/DynaRec/CodeGeneratorPSP.cpp:283–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281//
282
283CCodeGeneratorPSP::CCodeGeneratorPSP( CAssemblyBuffer * p_buffer_a, CAssemblyBuffer * p_buffer_b )
284: CCodeGenerator( )
285, CAssemblyWriterPSP( p_buffer_a, p_buffer_b )
286, mpBasePointer( nullptr )
287, mBaseRegister( PspReg_S8 ) // TODO
288, mEntryAddress( 0 )
289, mLoopTop( nullptr )
290, mUseFixedRegisterAllocation( false )
291{
292}
293
294
295//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected