diff --git a/src/gba/remote.cpp b/src/gba/remote.cpp index fec31441..0a8ac695 100644 --- a/src/gba/remote.cpp +++ b/src/gba/remote.cpp @@ -2685,7 +2685,7 @@ void clearBreaks(uint32_t address, uint8_t flags, char** expression, int howToCl removeConditionalWithFlag(flags << 4, false); } { - sprintf(monbuf, "Cleared all requested breaks.\n", address); + sprintf(monbuf, "Cleared all requested breaks.\n"); monprintf(monbuf); } }