Skip to content

Commit 59249b9

Browse files
committed
fi
1 parent 870619d commit 59249b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libr/core/cmd_print.inc.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6303,6 +6303,8 @@ static int cmd_print(void *data, const char *input) {
63036303
free (fmt);
63046304
}
63056305
free (offs);
6306+
}
6307+
}
63066308
#else
63076309
core->offset = off;
63086310
// "pd--" // context disasm
@@ -6317,7 +6319,6 @@ static int cmd_print(void *data, const char *input) {
63176319
fmt = r_str_newf ("d %"PFMT64d, -1 * off);
63186320
} else {
63196321
fmt = r_str_newf ("d %s", input + 2);
6320-
#endif
63216322
}
63226323
if (fmt) {
63236324
cmd_print (core, fmt);
@@ -6327,6 +6328,7 @@ static int cmd_print(void *data, const char *input) {
63276328
}
63286329
free (offs);
63296330
}
6331+
#endif
63306332
ret = 0;
63316333
goto beach;
63326334
}

0 commit comments

Comments
 (0)