svn commit: r276197 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Thu Dec 25 04:18:32 UTC 2014


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:
 
 


More information about the svn-src-head mailing list