powerpc: fix 32bit LOADADDR macro

I forgot a semicolon.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
Stephen Rothwell 2005-10-17 11:46:53 +10:00
parent c6d2ea92d1
commit cf76485562

View 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) \