Fix consola

This commit is contained in:
pancake 2022-08-01 05:37:39 +02:00
parent 8b44cee545
commit 8c51861578
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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) {