]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:28 +0000 (10:35 -0700)
committerKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:28 +0000 (10:35 -0700)
open-vm-tools/lib/panic/panic.c

index 7dc24424627a7562fc18e707c64e7fcf017aa13c..eb6fa07ac926128d1ff414d0448eec176c985df0 100644 (file)
@@ -542,7 +542,8 @@ Panic_Panic(const char *format,
 
    Panic_DumpGuiResources();
 
-#if (defined(_WIN32) || !defined(VMX86_TOOLS)) && !defined(__ANDROID__) && !(TARGET_OS_IPHONE)
+#if (defined(_WIN32) || !defined(VMX86_TOOLS)) && !defined(__ANDROID__) && \
+    !(TARGET_OS_IPHONE) && !defined(__EMSCRIPTEN__)
    if (Panic_GetCoreDumpOnPanic()) {
       CoreDump_CoreDump();
    }