d3dx9: Improve a FIXME.
This commit is contained in:
parent
a5e55c157f
commit
d76e3ac9c6
|
@ -1825,7 +1825,8 @@ static HRESULT call_instr_handler(struct bc_writer *writer,
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
FIXME("Unhandled instruction %u\n", instr->opcode);
|
FIXME("Unhandled instruction %u - %s\n", instr->opcode,
|
||||||
|
debug_print_opcode(instr->opcode));
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue