]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file changes not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:35 +0000 (17:48 -0700)
committerOliver Kurth <okurth@vmware.com>
Thu, 3 Oct 2019 00:48:35 +0000 (17:48 -0700)
open-vm-tools/lib/user/utilBacktrace.c

index ae3581189b34a9c09490aa9ff335b215fbc1da9c..dca33d2675b0e3064715bdbaf3533cd2b7a588f2 100644 (file)
 #   endif
 #endif
 
+#define MAX_STACK_DEPTH_APPLE 128
+
 #ifdef UTIL_BACKTRACE_USE_UNWIND
 #include <unwind.h>
 
 #define MAX_SKIPPED_FRAMES 10
-#define MAX_STACK_DEPTH_APPLE 128
 
 struct UtilBacktraceFromPointerData {
    uintptr_t        basePtr;