Commit e3dcf10c authored by Adam Blank's avatar Adam Blank
Browse files

Update util.c

parent ea98f436
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,7 +2,7 @@
#include <x86intrin.h>
void force_read(const void *address) {
inline void force_read(const void *address) {
*(volatile uint8_t *) address;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment