[2/4] d3dx9: Improve a FIXME.

Matteo Bruni matteo.mystral at gmail.com
Sat Jul 17 15:07:47 CDT 2010


-------------- next part --------------
From c3cfa66e33605da29001186017352e56a74a888d Mon Sep 17 00:00:00 2001
From: Matteo Bruni <matteo.mystral at gmail.com>
Date: Sat, 17 Jul 2010 21:57:38 +0200
Subject: d3dx9: Improve a FIXME.

---
 dlls/d3dx9_36/bytecodewriter.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/bytecodewriter.c b/dlls/d3dx9_36/bytecodewriter.c
index b444365..9fe2bfc 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;
 }
 
-- 
1.7.1


More information about the wine-patches mailing list