From c3d648e3068ce04bd4327eb4bbb337d55cb40cd5 Mon Sep 17 00:00:00 2001 From: dwilder Date: Mon, 12 Feb 2007 19:00:20 +0000 Subject: The s390x version of store_deref was missed named, I fixed it. --- runtime/loc2c-runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/loc2c-runtime.h') 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) { \ -- cgit