mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Fix compilation with the GDB stub disabled (#1863)
This commit is contained in:

committed by
GitHub

parent
3b4fdea376
commit
d11ba63bb0
@ -68,9 +68,9 @@ void ARM::GdbCheckC()
|
||||
else GdbCheckB();
|
||||
}
|
||||
#else
|
||||
ARM::GdbCheckA() {}
|
||||
ARM::GdbCheckB() {}
|
||||
ARM::GdbCheckC() {}
|
||||
void ARM::GdbCheckA() {}
|
||||
void ARM::GdbCheckB() {}
|
||||
void ARM::GdbCheckC() {}
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user