Fix warning.
This commit is contained in:
parent
91584e9199
commit
23435c0d84
|
@ -64,7 +64,7 @@ print_insn (memaddr, stream)
|
|||
/* Point at first byte of argument data,
|
||||
and at descriptor for first argument. */
|
||||
p = buffer + 1 + (votstrs[i].detail.code >= 0x100);
|
||||
d = votstrs[i].detail.args;
|
||||
d = (char *)votstrs[i].detail.args;
|
||||
|
||||
if (*d)
|
||||
fputc_unfiltered (' ', stream);
|
||||
|
|
Loading…
Reference in New Issue