mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 07:42:25 +00:00
Fix CID 1134541
This commit is contained in:
parent
74bd8f577c
commit
f115779c5f
@ -550,7 +550,7 @@ static int assemble(RAsm *a, RAsmOp *ao, const char *str) {
|
||||
*delta++ = 0;
|
||||
data[l++] = 0x8f;
|
||||
data[l++] = 0x40 | getreg (arg);
|
||||
data[l++] = delta? getnum (a, delta): 0;
|
||||
data[l++] = getnum (a, delta);
|
||||
} else {
|
||||
int r = getreg (arg);
|
||||
data[l++] = 0x8f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user