Fix compiler warning.
This commit is contained in:
parent
0290b4bee4
commit
e541a3408f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ extern uint16 *M;
|
||||||
#define GET_UAE(x) (((x) >> CS1_V_UAE) & CS1_M_UAE)
|
#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))
|
#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",
|
"NOP", "PACK", "DCLR", "UNLOAD", "START", "RECAL", "OFFSET", "SEEK",
|
||||||
"READ", "WRITE", "READH", "WRITEH", "WCHK"};
|
"READ", "WRITE", "READH", "WRITEH", "WCHK"};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue