Fix warning.

This commit is contained in:
ragge 1996-05-18 10:29:07 +00:00
parent 91584e9199
commit 23435c0d84
1 changed files with 1 additions and 1 deletions

View File

@ -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);