summaryrefslogtreecommitdiffstats
path: root/runtime/loc2c-runtime.h
diff options
context:
space:
mode:
authorwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-06 18:10:46 -0400
committerwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-06 18:10:46 -0400
commit34fc1cc81a47fbb3f712a70a2acdb533e2a99090 (patch)
treeb4ce84e968bae9f6c9c11a02ce59c64f3859b62b /runtime/loc2c-runtime.h
parent8aa6c571b70f61727b92b4442a645a260b53b52a (diff)
parent946d18f91669c0fbee36124f0bc06d7cf56aecdf (diff)
downloadsystemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.tar.gz
systemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.tar.xz
systemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.zip
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/loc2c-runtime.h')
-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 7ea1b1e4..66fd1e43 100644
--- a/runtime/loc2c-runtime.h
+++ b/runtime/loc2c-runtime.h
@@ -129,7 +129,7 @@
#undef fetch_register
#undef store_register
-#define fetch_register(regno) ia64_fetch_register(regno, c->regs)
+#define fetch_register(regno) ia64_fetch_register(regno, c->regs, &c->unwaddr)
#define store_register(regno,value) ia64_store_register(regno, c->regs, value)
#elif defined __x86_64__