summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 5aabb8691e..ea3092537c 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -294,6 +294,7 @@ static inline uint32_t swap_odd_even32(uint32_t value)
294 "swap.w\t%0,%0\n" 294 "swap.w\t%0,%0\n"
295 "swap.b\t%0,%0\n" 295 "swap.b\t%0,%0\n"
296 "swap.w\t%0,%0\n" : "+r"(value)); 296 "swap.w\t%0,%0\n" : "+r"(value));
297 return value;
297} 298}
298 299
299#define invalidate_icache() 300#define invalidate_icache()