Message ID | CAKOQZ8wF3mO+4wapghNjFgr-iBpcNCgd9ej=zB1gNicN3LrBhw@mail.gmail.com |
---|---|
State | New |
Headers | show |
Index: internal.h =================================================================== --- internal.h (revision 211658) +++ internal.h (working copy) @@ -99,7 +99,7 @@ extern void backtrace_atomic_store_int ( /* We have neither the sync nor the atomic functions. These will never be called. */ -#define backtrace_atomic_load_pointer(p) (abort(), 0) +#define backtrace_atomic_load_pointer(p) (abort(), (void *) NULL) #define backtrace_atomic_load_int(p) (abort(), 0) #define backtrace_atomic_store_pointer(p, v) abort() #define backtrace_atomic_store_size_t(p, v) abort()