From d76e3ac9c6ab25c9270b79e71cc392daec1826ce Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Sat, 17 Jul 2010 21:57:38 +0200 Subject: [PATCH] d3dx9: Improve a FIXME. --- dlls/d3dx9_36/bytecodewriter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/d3dx9_36/bytecodewriter.c b/dlls/d3dx9_36/bytecodewriter.c index b4443654522..9fe2bfcdb7a 100644 --- a/dlls/d3dx9_36/bytecodewriter.c +++ b/dlls/d3dx9_36/bytecodewriter.c @@ -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; } -- 2.11.4.GIT