summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-03-29 06:00:14 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-03-29 06:00:14 +0000
commitd71b531c25ad0e02f4124e6e8cb851f59e4bbc65 (patch)
tree02906e135a23ac585572865125058554041e47cd
parentd7670647e5ac6867eb7c79fc761c41e81a3dbb9a (diff)
downloadrockbox-d71b531c25ad0e02f4124e6e8cb851f59e4bbc65.tar.gz
rockbox-d71b531c25ad0e02f4124e6e8cb851f59e4bbc65.zip
Fix the rest of them I hope.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12958 a1c6a512-1295-4272-9138-f99709370657
-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()