Author: ian
Date: Sun Feb 2 21:44:04 2014
New Revision: 261417
URL: http://svnweb.freebsd.org/changeset/base/261417
Log:
Add missing semicolon.
Modified:
head/sys/arm/include/asmacros.h
Modified: head/sys/arm/include/asmacros.h
==============================================================================
--- head/sys/arm/include/asmacros.h Sun Feb 2 21:10:40 2014
(r261416)
+++ head/sys/arm/include/asmacros.h Sun Feb 2 21:44:04 2014
(r261417)
@@ -248,7 +248,7 @@ name:
.word _C_LABEL(__pcpu) + PC_CURTHREAD
#define GET_CURTHREAD_PTR(tmp) \
- ldr tmp, .Lcurthread \
+ ldr tmp, .Lcurthread; \
ldr tmp, [tmp]
#endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"