Skip to content

Commit 5cca212

Browse files
committed
gi
1 parent f787737 commit 5cca212

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libr/core/cmd_anal.inc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,6 +2329,9 @@ R_API char *cmd_syscall_dostr(RCore *core, st64 n, ut64 addr) {
23292329
char str[64], snstr[32];
23302330
st64 N = n;
23312331
int defVector = r_syscall_get_swi (core->anal->syscall);
2332+
if (addr != UT64_MAX && defVector > 0) {
2333+
n = -1;
2334+
}
23322335
if (n == -1) {
23332336
n = (int)r_debug_reg_get (core->dbg, "oeax");
23342337
if (!n || n == -1) {

0 commit comments

Comments
 (0)