fix disassembly on c++ side a little better, and actually checkin the dll this time
This commit is contained in:
parent
fd99a6edf9
commit
f7280b4ca9
|
@ -805,6 +805,10 @@ EXPORT char* CALL biz_r4300_decode_op(uint32 instr, uint32 counter)
|
|||
static char tmp[128];
|
||||
static struct r4k_dis_t state;
|
||||
memset( &state, 0, sizeof(state) );
|
||||
|
||||
//in case the disassembler does nothing
|
||||
tmp[0] = 0;
|
||||
|
||||
r4k_disassemble(
|
||||
&state,
|
||||
instr,
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue