diff --git a/runtime/loc2c-runtime.h b/runtime/loc2c-runtime.h index 7ed9d41..976bf64 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) { \