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 5aabb86..ea30925 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)
"swap.w\t%0,%0\n"
"swap.b\t%0,%0\n"
"swap.w\t%0,%0\n" : "+r"(value));
+ return value;
}
#define invalidate_icache()