--- nono/m88xx0/m88100goto.inc 2026/04/29 17:04:34 1.1.1.2 +++ nono/m88xx0/m88100goto.inc 2026/04/29 17:04:57 1.1.1.3 @@ -4032,10 +4032,10 @@ /* %111110_111110 */ &&label_goto_tbnd_2, /* %111110_111111 */ &&label_goto_tbnd_2, /* %111111_000000 */ &&label_goto_illegal, - /* %111111_000001 */ &&label_goto_illegal, + /* %111111_000001 */ &&label_goto_doscall, /* %111111_000010 */ &&label_goto_illegal, - /* %111111_000011 */ &&label_goto_getc, - /* %111111_000100 */ &&label_goto_putc, + /* %111111_000011 */ &&label_goto_illegal, + /* %111111_000100 */ &&label_goto_illegal, /* %111111_000101 */ &&label_goto_illegal, /* %111111_000110 */ &&label_goto_illegal, /* %111111_000111 */ &&label_goto_illegal, @@ -4430,11 +4430,8 @@ label_goto_tbnd_2: OP_FUNC(tbnd_2); CHECK_AND_JUMP; - label_goto_getc: - OP_FUNC(getc); - CHECK_AND_JUMP; - label_goto_putc: - OP_FUNC(putc); + label_goto_doscall: + OP_FUNC(doscall); CHECK_AND_JUMP; label_goto_illegal: OP_FUNC(illegal);