*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / networking / sendmail.c
index 3a6078f796d44eea5bf121fb879a42ee3af4682a..eb356dcf5cdd910bbe95e19faeccd54fec165edb 100644 (file)
@@ -77,7 +77,7 @@ struct globals {
 #define xargs           (G.xargs     )
 #define fargs           (G.fargs     )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
        xargs[0] = "openssl"; \
        xargs[1] = "s_client"; \
        xargs[2] = "-quiet"; \