summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-06 11:54:46 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-06 11:54:46 -0500
commit4db981200c1d011c370a45d123c31b397b7d62cc (patch)
tree39d87f7fc9124d4e85c7b86354c4ba0a60b307ca /include
parent6ce6e18fd50951ec784f5534f0bcb929aadd24d6 (diff)
nonmatching unref_sub_8095D08
Diffstat (limited to 'include')
-rw-r--r--include/gba/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/macro.h b/include/gba/macro.h
index d9e6739b3..540e08375 100644
--- a/include/gba/macro.h
+++ b/include/gba/macro.h
@@ -105,7 +105,7 @@
#define DmaClearLarge(dmaNum, dest, size, block, bit) \
{ \
- const void *_dest = dest; \
+ void *_dest = dest; \
u32 _size = size; \
while (1) \
{ \