summaryrefslogtreecommitdiff
path: root/src/code/sys_cmpdma.c
diff options
context:
space:
mode:
authorengineer124 <engineer124engineer124@gmail.com>2023-06-11 01:34:53 +1000
committerengineer124 <engineer124engineer124@gmail.com>2023-06-11 01:34:53 +1000
commit5fc0024b72622125a689aa5ae080337fe578f1ff (patch)
tree656ce93b5d46e86ed453980019f2110c877dd869 /src/code/sys_cmpdma.c
parent3dd8096af5af84fab0cd3a664d3e1e888224274d (diff)
parent47be99fb0cde762466ab8dd7d2471dd278a59040 (diff)
Merge branch 'master' into parameter
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;