# HG changeset patch # User Michael Pavone # Date 1515130654 28800 # Node ID 8158c27576059b7620c1bbe6cc1acd35fc018d68 # Parent 2a5649a767e76724ccd816c01aa402a6e66071cc# Parent 5eb954b76e65cc7b9d12c4e8d5675ce64d162dd1 Merge diff -r 2a5649a767e7 -r 8158c2757605 m68k_core_x86.c --- a/m68k_core_x86.c Sun Dec 31 14:08:47 2017 -0800 +++ b/m68k_core_x86.c Thu Jan 04 21:37:34 2018 -0800 @@ -2365,7 +2365,7 @@ } code_ptr loop_top = code->cur; call(code, opts->do_sync); - cmp_rr(code, opts->gen.limit, opts->gen.cycles, SZ_D); + cmp_rr(code, opts->gen.cycles, opts->gen.limit, SZ_D); code_ptr normal_cycle_up = code->cur + 1; jcc(code, CC_A, code->cur + 2); cycles(&opts->gen, BUS);