mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 04:05:06 +00:00
Fix consola
This commit is contained in:
parent
8b44cee545
commit
8c51861578
@ -342,7 +342,7 @@ extern const char * const riscv_fpr_names_abi[NFPR];
|
||||
extern struct riscv_opcode *riscv_opcodes;
|
||||
//extern const struct riscv_opcode riscv_opcodes[];
|
||||
#ifdef _MSC_VER
|
||||
extern int bfd_riscv_num_opcodes;
|
||||
extern const int bfd_riscv_num_opcodes;
|
||||
#endif
|
||||
#endif
|
||||
#define NUMOPCODES bfd_riscv_num_opcodes
|
||||
|
@ -5224,6 +5224,7 @@ static void __init_menu_screen_settings_layout(void *_core, const char *parent)
|
||||
|
||||
static int __calculator_cb(void *user) {
|
||||
RCore *core = (RCore *)user;
|
||||
r_cons_clear ();
|
||||
for (;;) {
|
||||
char *s = __show_status_input (core, "> ");
|
||||
if (!s || !*s) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user