diff options
-rw-r--r-- | runtime/loc2c-runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/loc2c-runtime.h b/runtime/loc2c-runtime.h index 8ccc9826..ef9d8f69 100644 --- a/runtime/loc2c-runtime.h +++ b/runtime/loc2c-runtime.h @@ -416,7 +416,7 @@ _v; \ }) -#define deref_store(size, addr, value) \ +#define store_deref(size, addr, value) \ ({ \ int _bad = 0; \ switch (size) { \ |