Fix the typo.

This commit is contained in:
sorgelig
2017-08-13 17:57:21 +08:00
parent ab802c5f5f
commit d0272994dd

View File

@@ -773,7 +773,7 @@ void user_io_send_buttons(char force)
key_map = map;
spi_uio_cmd8(UIO_BUT_SW, map);
printf("sending keymap: %X\n", map);
if ((key_map & BUTTON2) && is_x86_core) x86_init();
if ((key_map & BUTTON2) && is_x86_core()) x86_init();
}
if (old_video_mode != mist_cfg.video_mode)