]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/ppc_asm.h
powerpc: fix 32bit LOADADDR macro
[linux-2.6] / include / asm-powerpc / ppc_asm.h
index 6aae414a161b085f18cc9340e948a51479dc3745..96367e04fa589b5d8d6f0229ac82fda03cec5abd 100644 (file)
@@ -194,7 +194,7 @@ n:
 
 #else /* 32-bit */
 #define LOADADDR(rn,name) \
-       lis     rn,name@ha      \
+       lis     rn,name@ha;     \
        addi    rn,rn,name@l
 
 #define LOADBASE(rn,name)      \