mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
Changes to be committed:
modified: libr/asm/arch/jdh8/jdh8dis.c
This commit is contained in:
parent
bed0bac310
commit
a38f37dd23
@ -21,7 +21,7 @@ static int i4004_get_ins_len (ut8 hex) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int jdh8Disas (RAsmOp *op, const ut8 *buf, int len) {
|
||||
static int jdh8Disass (RAsmOp *op, const ut8 *buf, int len) {
|
||||
int rlen = i4004_get_ins_len (*buf);
|
||||
ut8 high = (*buf & 0xf0) >> 4;
|
||||
ut8 low = (*buf & 0xf);
|
||||
|
Loading…
Reference in New Issue
Block a user