-
Add missing `volatile`s to 32-bit ARM cycleclock assembler. (#253) · b805b7c6Elliott Hughes authored
Without these, clang reorders these instructions as if they were regular loads/stores which causes SIGILL from the kernel because it performs all the loads before it starts testing the values.
b805b7c6
×