On 04/26/2017 08:23 AM, Emilio G. Cota wrote:
+static bool gen_jr;... case DISAS_JUMP: + if (gen_jr) {
Why the variable? Why not just try the goto_ptr for any DISAS_JUMP? r~
On 04/26/2017 08:23 AM, Emilio G. Cota wrote:
+static bool gen_jr;... case DISAS_JUMP: + if (gen_jr) {
Why the variable? Why not just try the goto_ptr for any DISAS_JUMP? r~