summaryrefslogtreecommitdiff
path: root/arm7/lib/include/MI_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/MI_memory.h')
-rw-r--r--arm7/lib/include/MI_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/lib/include/MI_memory.h b/arm7/lib/include/MI_memory.h
index 73d62e97..6fa1d0ec 100644
--- a/arm7/lib/include/MI_memory.h
+++ b/arm7/lib/include/MI_memory.h
@@ -24,7 +24,7 @@ static inline void MI_CpuClear32(void *dest, u32 size)
static inline void MI_CpuCopy32(void *src, void *dst, u32 size)
{
- MIi_CopyCopy32((u32 *)src, (u32 *)dst, size);
+ MIi_CpuCopy32((u32 *)src, (u32 *)dst, size);
}
#endif //POKEDIAMOND_ARM7_MI_MEMORY_H