Skip to content

Commit

Permalink
Fix compilation with the GDB stub disabled (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG authored Nov 1, 2023
1 parent 3b4fdea commit d11ba63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ARM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d11ba63

Please sign in to comment.