Add missing semicolon.

This commit is contained in:
Ian Lepore 2014-02-02 21:44:04 +00:00
parent 8c7da46079
commit af727bf0d3

View File

@ -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