JIT.h: Add option for lowered function size

This commit is contained in:
Elad
2025-01-22 10:33:07 +02:00
parent 67f2356ef7
commit 3f4210437d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4856,7 +4856,7 @@ bool ppu_initialize(const ppu_module<lv2_obj>& info, bool check_only, u64 file_s
// Execute LLE call
c.br(call_target);
#endif
}, runtime.get());
}, runtime.get(), true);
code_ptr = reinterpret_cast<u64>(func);
return code_ptr;