summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/mips/memset-mips.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/mips/memset-mips.S b/firmware/target/mips/memset-mips.S
index 80103385f5..8db76d9123 100644
--- a/firmware/target/mips/memset-mips.S
+++ b/firmware/target/mips/memset-mips.S
@@ -152,8 +152,8 @@
152 sw val, (offset + 0x18)(dst); \ 152 sw val, (offset + 0x18)(dst); \
153 sw val, (offset + 0x1c)(dst); 153 sw val, (offset + 0x1c)(dst);
154 154
155#define FILL 32 155#define FILL 64
156#define F_FILL FILL32 156#define F_FILL FILL64
157 157
158 158
159#ifdef ROCKBOX_BIG_ENDIAN 159#ifdef ROCKBOX_BIG_ENDIAN