diff options
-rw-r--r-- | sys/powerpc/include/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 34d8ad6..d611617 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -61,7 +61,7 @@ .data; .align 2; .globl x; x: #define _ENTRY(x) \ - .text; .align 2; .globl x; .type x,@function; x: + .text; .align 4; .globl x; .type x,@function; x: #ifdef GPROF # define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount |