Reenabling APUs debugger

This commit is contained in:
Zoe Roux
2021-07-06 14:40:58 +02:00
parent f189821764
commit 7a51648ac9
17 changed files with 596 additions and 553 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ namespace ComSquare::CPU
bool IsAbortRequested = false;
#ifdef DEBUGGER_ENABLED
friend Debugger::CPUDebug;
friend Debugger::CPU::CPUDebug;
friend Debugger::RegisterViewer;
#endif
};