From f7a1c65099630f8476e104e713444e3d76f414c5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 3 Oct 2007 07:04:03 +0000 Subject: 100l: wrong placement of const created a data segment --- decomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1