diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-03-29 06:00:14 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-03-29 06:00:14 +0000 |
commit | d71b531c25ad0e02f4124e6e8cb851f59e4bbc65 (patch) | |
tree | 02906e135a23ac585572865125058554041e47cd /firmware | |
parent | d7670647e5ac6867eb7c79fc761c41e81a3dbb9a (diff) | |
download | rockbox-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
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/system.h | 1 |
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) "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() |