*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / util-linux / fsck_minix.c
index deb82f75bc706ceab06a907b93532d1e23d96008..62e4f08b6af7bad5cf7b859a3f15014fd876147b 100644 (file)
@@ -190,7 +190,7 @@ struct globals {
 #define check_file_blk     (G.check_file_blk     )
 #define current_name       (G.current_name       )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
        dirsize = 16; \
        namelen = 14; \
        current_name[0] = '/'; \