fix dump reg on next
[fw/sdcc] / src / SDCCalloc.h
index c0d71f83b66d11aa57a1a33df987dd9dce9db216..fc7fbb6a996b94597b6fd451dd92418e37cc02d0 100644 (file)
@@ -25,7 +25,7 @@
             exit (1);                               \
          }
 
-#define ALLOC_ATOMIC(x,sz)   if (!(x = GC_malloc_atomic(sz)))   \
+#define ALLOC_ATOMIC(x,sz)   if (!((x) = GC_malloc_atomic(sz)))   \
          {                                               \
             werror(E_OUT_OF_MEM,__FILE__,(long) sz);     \
             exit (1);                                    \