diff --git a/mozilla/xpcom/base/nsDebugImpl.cpp b/mozilla/xpcom/base/nsDebugImpl.cpp index 6a2c9ff2d8b..ca4a4043868 100644 --- a/mozilla/xpcom/base/nsDebugImpl.cpp +++ b/mozilla/xpcom/base/nsDebugImpl.cpp @@ -451,7 +451,7 @@ Break(const char *aMsg) asm("int $3"); #elif defined(XP_BEOS) - DEBUGGER(aMgr); + DEBUGGER(aMsg); #elif defined(__GNUC__) && (defined(__i386) || defined(__x86_64__)) asm("int $3"); #elif defined(__APPLE__) && defined(TARGET_CARBON)