summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorroland <roland>2005-09-09 20:43:22 +0000
committerroland <roland>2005-09-09 20:43:22 +0000
commit737ea667a99f61b9ce6bd35de66165eaf8626a74 (patch)
tree2eeb864663904c729755875cc6133d506cc56582 /runtime
parentc99fd5e6fbaebd0a414086d8a72c3b5e0bc9cc9c (diff)
downloadsystemtap-steved-737ea667a99f61b9ce6bd35de66165eaf8626a74.tar.gz
systemtap-steved-737ea667a99f61b9ce6bd35de66165eaf8626a74.tar.xz
systemtap-steved-737ea667a99f61b9ce6bd35de66165eaf8626a74.zip
2005-09-09 Roland McGrath <roland@redhat.com>
* loc2c-runtime.h [__powerpc__] (store_register): Add #undef.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/loc2c-runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/loc2c-runtime.h b/runtime/loc2c-runtime.h
index ba4dec30..e25e0531 100644
--- a/runtime/loc2c-runtime.h
+++ b/runtime/loc2c-runtime.h
@@ -72,6 +72,7 @@
#elif defined __powerpc__
#undef fetch_register
+#undef store_register
#define fetch_register(regno) ((intptr_t) c->regs->gpr[regno])
#define store_register(regno) (c->regs->gpr[regno] = (value))