Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf764855 authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

powerpc: fix 32bit LOADADDR macro



I forgot a semicolon.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent c6d2ea92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)	\