提交 cf764855 编写于 作者: S Stephen Rothwell

powerpc: fix 32bit LOADADDR macro

I forgot a semicolon.
Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册