Changes to be committed:

modified:   libr/asm/arch/jdh8/jdh8dis.c
This commit is contained in:
slowhand99 2021-11-14 22:15:34 +05:30 committed by condret
parent bed0bac310
commit a38f37dd23

View File

@ -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);