From bc1b0eb41be3390070add818fc36ca5cffa7b10f Mon Sep 17 00:00:00 2001 From: kd-11 Date: Wed, 7 Aug 2024 04:06:16 +0300 Subject: [PATCH] Improve comments --- rpcs3/Emu/Cell/PPUTranslator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUTranslator.cpp b/rpcs3/Emu/Cell/PPUTranslator.cpp index 98bdb83333..945eca2b9a 100644 --- a/rpcs3/Emu/Cell/PPUTranslator.cpp +++ b/rpcs3/Emu/Cell/PPUTranslator.cpp @@ -49,7 +49,7 @@ PPUTranslator::PPUTranslator(LLVMContext& context, Module* _module, const ppu_mo aarch64::GHC_frame_preservation_pass::config_t config = { .debug_info = false, // Set to "true" to insert debug frames on x27 - .use_stack_frames = false, // GW allocates 4k of scratch on the stack + .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 .base_register_lookup = base_reg_lookup