d3dx9: Improve a FIXME.

This commit is contained in:
Matteo Bruni 2010-07-17 21:57:38 +02:00 committed by Alexandre Julliard
parent a5e55c157f
commit d76e3ac9c6
1 changed files with 2 additions and 1 deletions

View File

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