diff --git a/Core/MIPS/MIPSDebugInterface.cpp b/Core/MIPS/MIPSDebugInterface.cpp index 087ae4f923..137d22f088 100644 --- a/Core/MIPS/MIPSDebugInterface.cpp +++ b/Core/MIPS/MIPSDebugInterface.cpp @@ -80,7 +80,7 @@ public: if (address % size) { - sprintf(error,"Invalid memory access"); + sprintf(error,"Invalid memory access (unaligned)"); return false; }