CPU: Compile fix for debug builds

This commit is contained in:
Connor McLaughlin
2021-01-04 23:41:19 +10:00
parent cc0c41eb11
commit e3262fc0a4
3 changed files with 2 additions and 3 deletions

View File

@ -182,6 +182,5 @@ bool AddStepOverBreakpoint();
bool AddStepOutBreakpoint(u32 max_instructions_to_search = 1000);
extern bool TRACE_EXECUTION;
extern bool LOG_EXECUTION;
} // namespace CPU