Core/CPUThreadGuard: Fetch System from Guard.

This commit is contained in:
Admiral H. Curtiss
2023-03-12 18:48:23 +01:00
parent 31d33d0efd
commit 3006c23c85
5 changed files with 28 additions and 23 deletions

View File

@ -73,7 +73,7 @@ public:
private:
InstructionAttributes GetInstructionAttributes(const TraceOutput& line) const;
TraceOutput SaveCurrentInstruction(const Core::CPUThreadGuard* guard) const;
TraceOutput SaveCurrentInstruction(const Core::CPUThreadGuard& guard) const;
HitType TraceLogic(const TraceOutput& current_instr, bool first_hit = false);
bool m_recording = false;