summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authordwilder <dwilder>2007-02-12 19:00:20 +0000
committerdwilder <dwilder>2007-02-12 19:00:20 +0000
commitc3d648e3068ce04bd4327eb4bbb337d55cb40cd5 (patch)
treec947e31f5a9aa3789d95ab59b98444a57a2ea156 /runtime
parenta9b2f3a56be453950fa876249f88f3ee885f919e (diff)
downloadsystemtap-steved-c3d648e3068ce04bd4327eb4bbb337d55cb40cd5.tar.gz
systemtap-steved-c3d648e3068ce04bd4327eb4bbb337d55cb40cd5.tar.xz
systemtap-steved-c3d648e3068ce04bd4327eb4bbb337d55cb40cd5.zip
The s390x version of store_deref was missed named, I fixed it.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/loc2c-runtime.h2
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) { \