diff options
author | roland <roland> | 2005-09-09 20:43:22 +0000 |
---|---|---|
committer | roland <roland> | 2005-09-09 20:43:22 +0000 |
commit | 737ea667a99f61b9ce6bd35de66165eaf8626a74 (patch) | |
tree | 2eeb864663904c729755875cc6133d506cc56582 /runtime/loc2c-runtime.h | |
parent | c99fd5e6fbaebd0a414086d8a72c3b5e0bc9cc9c (diff) | |
download | systemtap-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/loc2c-runtime.h')
-rw-r--r-- | runtime/loc2c-runtime.h | 1 |
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)) |