Fix typo in arm implement nospec_ptr

This commit is contained in:
Justin M. Forbes 2018-01-10 07:14:17 -06:00
parent 0878a20964
commit e894e5dc49

View File

@ -411,7 +411,7 @@ index 40f5c410fd8c..6384c90e4b72 100644
+({ \ +({ \
+ typeof(*ptr) __nln_val; \ + typeof(*ptr) __nln_val; \
+ typeof(*ptr) __failval = \ + typeof(*ptr) __failval = \
+ (typeof(*ptr)(unsigned long)(failval)); \ + (typeof(*ptr))(unsigned long)(failval); \
+ \ + \
+ asm volatile ( \ + asm volatile ( \
+ " cmp %[c], %[l]\n" \ + " cmp %[c], %[l]\n" \