gdb: Allow PTC cache when GDB Stub is enabled

This commit is contained in:
Coxxs 2025-06-23 07:04:20 +08:00
parent 106d528ad0
commit 91e95f49e8

View file

@ -246,7 +246,7 @@ namespace ARMeilleure.Translation
Stubs,
address,
highCq,
_ptc.State != PtcState.Disabled && !Optimizations.EnableDebugging,
_ptc.State != PtcState.Disabled,
mode: Aarch32Mode.User);
Logger.StartPass(PassName.Decoding);