*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / editors / ed.c
index a569788ade1e51ccd243a1880ff988665570020e..15f0147bebca1ee3ad73fe49d8febe3bb996dae7 100644 (file)
@@ -51,7 +51,7 @@ struct globals {
 #define lines              (G.lines             )
 #define marks              (G.marks             )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
 } while (0)