*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / networking / ifenslave.c
index 774d7c2d21f94c2f0f270ad34f2c5c347e42c0dc..76aaa761473f104fdd60e2f46a0ae1180d9a7016 100644 (file)
@@ -129,7 +129,7 @@ struct globals {
 #define master     (G.master    )
 #define slave      (G.slave     )
 #define INIT_G() do { \
-        PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+        SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
 } while (0)