summaryrefslogtreecommitdiff
path: root/src/code/sys_cmpdma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/sys_cmpdma.c')
-rw-r--r--src/code/sys_cmpdma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/sys_cmpdma.c b/src/code/sys_cmpdma.c
index b2a17d547..715892b49 100644
--- a/src/code/sys_cmpdma.c
+++ b/src/code/sys_cmpdma.c
@@ -2,7 +2,7 @@
#include "system_malloc.h"
typedef struct {
- union {
+ /* 0x0 */ union {
u32 dmaWord[2];
u32 dataStart;
u32 dataSize;
@@ -11,7 +11,7 @@ typedef struct {
u32 end;
} offset;
};
-} CmpDmaBuffer;
+} CmpDmaBuffer; // size = 0x8
CmpDmaBuffer sDmaBuffer;