From 75a86394264bc9ee4065ac4ec9f7cf5423110993 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 15 Jun 2026 12:22:37 +0100 Subject: [PATCH] Make @(rodata) --- core/rexcode/ppc/encoding_table.odin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/rexcode/ppc/encoding_table.odin b/core/rexcode/ppc/encoding_table.odin index 76ae34f53..cc2dac45e 100644 --- a/core/rexcode/ppc/encoding_table.odin +++ b/core/rexcode/ppc/encoding_table.odin @@ -4676,7 +4676,8 @@ ENCODING_TABLE:= #partial [Mnemonic][]Encoding{ // MLS prefix base = 0x06000000 (template=10, R=0, IMM18=0). // 8LS prefix base = 0x04000000 (template=00, R=0, IMM18=0). -PREFIX_BITS_TABLE: [Mnemonic]u32 = #partial { +@(rodata) +PREFIX_BITS_TABLE := #partial [Mnemonic]u32{ // MLS-form (prefix template = 0b10) .PLBZ = 0x06000000, .PLHZ = 0x06000000,