Commit d76e3ac9 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dx9: Improve a FIXME.

parent a5e55c15
......@@ -1825,7 +1825,8 @@ static HRESULT call_instr_handler(struct bc_writer *writer,
i++;
}
FIXME("Unhandled instruction %u\n", instr->opcode);
FIXME("Unhandled instruction %u - %s\n", instr->opcode,
debug_print_opcode(instr->opcode));
return E_INVALIDARG;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment