diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
commit | c5dddf41f58446139b52d3b60cb8738052e4a084 (patch) | |
tree | 6e2a073bea0d41905e479c5b0e539bc4ae11b644 /include/gba/multiboot.h | |
parent | 8604291b0f0e430b01f0099ea4e098171938505b (diff) |
sub_81BF5A4
Diffstat (limited to 'include/gba/multiboot.h')
-rw-r--r-- | include/gba/multiboot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gba/multiboot.h b/include/gba/multiboot.h index 61c02ec52..14b6594b2 100644 --- a/include/gba/multiboot.h +++ b/include/gba/multiboot.h @@ -18,8 +18,8 @@ struct MultiBootParam u8 response_bit; // 1d u8 client_bit; // 1e u8 reserved1; // 1f - u8 *boot_srcp; // 20 - u8 *boot_endp; // 24 + const u8 *boot_srcp; // 20 + const u8 *boot_endp; // 24 const u8 *masterp; u8 *reserved2[MULTIBOOT_NCHILD]; u32 system_work2[4]; |