mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Fix compiler warning.
This commit is contained in:
parent
0290b4bee4
commit
e541a3408f
@ -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"};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user