diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2020-07-30 15:50:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 21:50:18 +0200 |
| commit | 449b2247fdbe3cd3c424637ec7d6973caa697f0f (patch) | |
| tree | 79950f8f3806cfe9589eb03832be6ab612cf8510 /src/boot | |
| parent | c3421dda0c841d3d905ac23601dc84e2cb71034d (diff) | |
Math Sizes (#297)
* Math Sizes
Added sizes to most variable types
* Removed sizes and fixed pads
Removed sizes from base types and cleaned up pads
* PR fixes
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/z_std_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/z_std_dma.c b/src/boot/z_std_dma.c index 7a0e0a31e..aec911a3d 100644 --- a/src/boot/z_std_dma.c +++ b/src/boot/z_std_dma.c @@ -1575,7 +1575,7 @@ s32 DmaMgr_DMARomToRam(u32 rom, u32 ram, u32 size) { OSMesg msg; s32 ret; u32 buffSize; - u32 pad[2]; + s32 pad[2]; buffSize = gDmaMgrDmaBuffSize; if (buffSize == 0) { |
