Core/CPUThreadGuard: Fetch System from Guard.

This commit is contained in:
Admiral H. Curtiss 2023-03-12 18:48:23 +01:00
commit 3006c23c85
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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;