diff options
Diffstat (limited to 'post/lib_powerpc/cpu_asm.h')
-rw-r--r-- | post/lib_powerpc/cpu_asm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/post/lib_powerpc/cpu_asm.h b/post/lib_powerpc/cpu_asm.h index 75cf71b6370..d1e3f68faa7 100644 --- a/post/lib_powerpc/cpu_asm.h +++ b/post/lib_powerpc/cpu_asm.h @@ -203,5 +203,4 @@ #define ASM_STSWI(rd, rs, simm) ASM_11IF(OP_STSWI, rd, rs, simm) #define ASM_STSWX(rd, rs1, rs2) ASM_12(OP_STSWX, rd, rs1, rs2) - #endif /* _CPU_ASM_H */ |