This commit is contained in:
kd-11 2024-08-18 15:09:10 +03:00 committed by kd-11
parent ca4fa1ac74
commit fbcd8e32b8
2 changed files with 4 additions and 1 deletions

View file

@ -48,7 +48,7 @@ PPUTranslator::PPUTranslator(LLVMContext& context, Module* _module, const ppu_mo
aarch64::GHC_frame_preservation_pass::config_t config =
{
.debug_info = true, // Set to "true" to insert debug frames on x27
.debug_info = false, // Set to "true" to insert debug frames on x27
.use_stack_frames = false, // We don't need this since the PPU GW allocates global scratch on the stack
.hypervisor_context_offset = ::offset32(&ppu_thread::hv_ctx),
.exclusion_callback = {}, // Unused, we don't have special exclusion functions on PPU