Oops, I fumbled a semicolon on the style changes; recover it.

This commit is contained in:
Ian Lepore 2014-12-25 04:18:31 +00:00
parent 7624957bc6
commit d1962184e0

View File

@ -260,7 +260,7 @@ __FBSDID("$FreeBSD$");
bl _C_LABEL(ast); /* ast(frame) */ \
orr r0, r4, #(PSR_I|PSR_F); \
msr cpsr_c, r0; \
b 1b \
b 1b; \
2: