Commit cf764855 authored by Stephen Rothwell's avatar Stephen Rothwell

powerpc: fix 32bit LOADADDR macro

I forgot a semicolon.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent c6d2ea92
......@@ -194,7 +194,7 @@ GLUE(.,name):
#else /* 32-bit */
#define LOADADDR(rn,name) \
lis rn,name@ha \
lis rn,name@ha; \
addi rn,rn,name@l
#define LOADBASE(rn,name) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment