Explorar o código

port r17088 from 1.1: make sure abort does trap on macos

Samuel Thibault %!s(int64=9) %!d(string=hai) anos
pai
achega
d8baa047f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/starpu_util.h

+ 1 - 1
include/starpu_util.h

@@ -116,7 +116,7 @@ extern "C"
 #endif
 
 #ifdef __APPLE_CC__
-#  define _starpu_abort() *(int*)NULL = 0
+#  define _starpu_abort() *(volatile int*)NULL = 0
 #else
 #  define _starpu_abort() abort()
 #endif