diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-06 11:54:46 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-06 11:54:46 -0500 |
commit | 4db981200c1d011c370a45d123c31b397b7d62cc (patch) | |
tree | 39d87f7fc9124d4e85c7b86354c4ba0a60b307ca /include | |
parent | 6ce6e18fd50951ec784f5534f0bcb929aadd24d6 (diff) |
nonmatching unref_sub_8095D08
Diffstat (limited to 'include')
-rw-r--r-- | include/gba/macro.h | 2 |
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) \ { \ |