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
1 changed files with 1 additions and 1 deletions

View File

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