summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2007-10-03 07:04:03 +0000
committerRich Felker <dalias@aerifal.cx>2007-10-03 07:04:03 +0000
commitf7a1c65099630f8476e104e713444e3d76f414c5 (patch)
treec8d5ebdf550a0e31ccae673cd6d59bdf630ece93
parent822b3e760e4840dc688a840610379d977cec7b0c (diff)
downloaduuterm-f7a1c65099630f8476e104e713444e3d76f414c5.tar.gz
100l: wrong placement of const created a data segment
-rw-r--r--decomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decomp.h b/decomp.h
index 7991bd8..3112dfd 100644
--- a/decomp.h
+++ b/decomp.h
@@ -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,