diff options
author | Sverker Eriksson <[email protected]> | 2014-10-13 20:09:19 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-10-24 18:12:16 +0200 |
commit | da3073e8d3d26ec6c63979a22c913d7758eeed71 (patch) | |
tree | 57f185f5c002e09f2a3532a1c703be0189fcafc6 /erts/emulator/hipe/hipe_arm_glue.S | |
parent | e45a4a8a3797a637a23ad5d660138c021f3ba1b1 (diff) | |
download | otp-da3073e8d3d26ec6c63979a22c913d7758eeed71.tar.gz otp-da3073e8d3d26ec6c63979a22c913d7758eeed71.tar.bz2 otp-da3073e8d3d26ec6c63979a22c913d7758eeed71.zip |
erts: Extend usage of ASM macro to avoid including asm macros in C code
and reduce the probability of macro name collisions
Catalyst: ppc macro "r0" conflicting with local variable in external.c
Diffstat (limited to 'erts/emulator/hipe/hipe_arm_glue.S')
-rw-r--r-- | erts/emulator/hipe/hipe_arm_glue.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/hipe/hipe_arm_glue.S b/erts/emulator/hipe/hipe_arm_glue.S index 2e2b8604a6..884b473897 100644 --- a/erts/emulator/hipe/hipe_arm_glue.S +++ b/erts/emulator/hipe/hipe_arm_glue.S @@ -17,10 +17,9 @@ * %CopyrightEnd% */ - +#define ASM #include "hipe_arm_asm.h" #include "hipe_literals.h" -#define ASM #include "hipe_mode_switch.h" .text |