mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 22:36:27 +00:00
Fix ae ,
This commit is contained in:
parent
ccf0ad030d
commit
d3fa10817a
@ -2237,6 +2237,10 @@ static int runword (RAnalEsil *esil, const char *word) {
|
||||
return op (esil);
|
||||
}
|
||||
}
|
||||
if (!*word) {
|
||||
// skip empty words
|
||||
return;
|
||||
}
|
||||
// push value
|
||||
if (!r_anal_esil_push (esil, word)) {
|
||||
eprintf ("ESIL stack is full\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user