diff options
| author | Rich Felker <dalias@aerifal.cx> | 2007-10-03 07:04:03 +0000 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2007-10-03 07:04:03 +0000 |
| commit | f7a1c65099630f8476e104e713444e3d76f414c5 (patch) | |
| tree | c8d5ebdf550a0e31ccae673cd6d59bdf630ece93 | |
| parent | 822b3e760e4840dc688a840610379d977cec7b0c (diff) | |
| download | uuterm-f7a1c65099630f8476e104e713444e3d76f414c5.tar.gz | |
100l: wrong placement of const created a data segment
| -rw-r--r-- | decomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1222,7 +1222,7 @@ static const uint32_t page_030[] = { 0x36db02a5, 0x47900000, }; -static const uint32_t *pages[] = { +static const uint32_t *const pages[] = { [0] = page_000, [0x1] = page_001, [0x2] = page_002, |
