Author: ian
Date: Thu Dec 25 04:18:31 2014
New Revision: 276197
URL: https://svnweb.freebsd.org/changeset/base/276197
Log:
Oops, I fumbled a semicolon on the style changes; recover it.
Modified:
head/sys/arm/arm/exception.S
Modified: head/sys/arm/arm/exception.S
==============================================================================
--- head/sys/arm/arm/exception.S Thu Dec 25 03:41:56 2014
(r276196)
+++ head/sys/arm/arm/exception.S Thu Dec 25 04:18:31 2014
(r276197)
@@ -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:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"