diff --git a/PDP11/pdp11_hk.c b/PDP11/pdp11_hk.c index 2ad642cd..08404648 100644 --- a/PDP11/pdp11_hk.c +++ b/PDP11/pdp11_hk.c @@ -137,7 +137,7 @@ extern uint16 *M; #define GET_UAE(x) (((x) >> CS1_V_UAE) & CS1_M_UAE) #define PUT_UAE(x,n) (((x) & ~ CS1_UAE) | (((n) << CS1_V_UAE) & CS1_UAE)) -char *hk_funcs[] = { +static const char *hk_funcs[] = { "NOP", "PACK", "DCLR", "UNLOAD", "START", "RECAL", "OFFSET", "SEEK", "READ", "WRITE", "READH", "WRITEH", "WCHK"};