Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 04:18:32 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276197 - head/sys/arm/arm
Message-ID:  <201412250418.sBP4IWD4053710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412250418.sBP4IWD4053710>