From d71b531c25ad0e02f4124e6e8cb851f59e4bbc65 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 29 Mar 2007 06:00:14 +0000 Subject: Fix the rest of them I hope. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12958 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3