mirror of
https://github.com/simh/simh.git
synced 2026-03-02 17:55:17 +00:00
Fix compiler warning.
This commit is contained in:
@@ -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"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user