d3dx9: Remove stray debug trace.

This commit is contained in:
Matteo Bruni 2010-06-01 01:33:36 +02:00 committed by Alexandre Julliard
parent a262fde88c
commit b45a17c7b3
1 changed files with 0 additions and 1 deletions

View File

@ -829,7 +829,6 @@ static void instr_handler(struct bc_writer *This,
const struct instruction *instr, const struct instruction *instr,
struct bytecode_buffer *buffer) { struct bytecode_buffer *buffer) {
DWORD token = d3d9_opcode(instr->opcode); DWORD token = d3d9_opcode(instr->opcode);
TRACE("token: %x\n", token);
This->funcs->opcode(This, instr, token, buffer); This->funcs->opcode(This, instr, token, buffer);
if(instr->has_dst) This->funcs->dstreg(This, &instr->dst, buffer, instr->shift, instr->dstmod); if(instr->has_dst) This->funcs->dstreg(This, &instr->dst, buffer, instr->shift, instr->dstmod);