d3dx9: Remove stray debug trace.
This commit is contained in:
parent
a262fde88c
commit
b45a17c7b3
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue