fix disassembly on c++ side a little better, and actually checkin the dll this time

This commit is contained in:
zeromus 2015-01-23 22:22:31 +00:00
parent fd99a6edf9
commit f7280b4ca9
2 changed files with 4 additions and 0 deletions

View File

@ -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.