]> git.sur5r.net Git - cc65/blobdiff - src/co65/model.c
The opcode for BS should be 0x0C.
[cc65] / src / co65 / model.c
index 87a6966b7f6b16676b7341f4704caf497c264e5f..bb815cd15931a8900388f59a906efbccc4b20bec 100644 (file)
@@ -52,7 +52,7 @@
 O65Model Model = O65_MODEL_NONE;
 
 /* Name table */
-static const char* NameTable[O65_MODEL_COUNT] = {
+static const char* const NameTable[O65_MODEL_COUNT] = {
     "none",    
     "os/a65",
     "lunix",