2014-08-11 13:27:10 +02:00

14 lines
396 B
Plaintext

$NetBSD: patch-ax,v 1.13 2013/11/12 20:50:51 ryoon Exp $
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2013-10-23 22:09:21.000000000 +0000
+++ mozilla/xpcom/base/nsStackWalk.cpp
@@ -853,7 +853,7 @@ void DemangleSymbol(const char * aSymbol
}
-#if NSSTACKWALK_SUPPORTS_SOLARIS
+#if notNSSTACKWALK_SUPPORTS_SOLARIS
/*
* Stack walking code for Solaris courtesy of Bart Smaalder's "memtrak".