*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / util-linux / script.c
index fda726ed99d17770dbf018959a67f126dba84399..e6dbb1aa2d5665fabba34441210a1a36659077c7 100644 (file)
@@ -25,7 +25,7 @@ struct globals {
 #define tt        (G.tt       )
 #define fname     (G.fname    )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
        fname = "typescript"; \
 } while (0)