mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 07:42:25 +00:00
fix branch addr when bigger than a word on m68k
This commit is contained in:
parent
5091fa0887
commit
15c06938cf
@ -12,7 +12,7 @@
|
||||
|
||||
static int disassemble(RAsm *a, RAsmOp *aop, const ut8 *buf, int len) {
|
||||
m68k_word bof[8] = {0};
|
||||
m68k_word iaddr = (m68k_word)a->pc;
|
||||
int iaddr = (int)a->pc;
|
||||
char opcode[256], operands[256];
|
||||
const unsigned char *buf2;
|
||||
int ilen ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user