Add missing semicolon.

This commit is contained in:
Ian Lepore 2014-02-02 21:44:04 +00:00
parent 8c7da46079
commit af727bf0d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261417

View file

@ -248,7 +248,7 @@
.word _C_LABEL(__pcpu) + PC_CURTHREAD
#define GET_CURTHREAD_PTR(tmp) \
ldr tmp, .Lcurthread \
ldr tmp, .Lcurthread; \
ldr tmp, [tmp]
#endif