From: notaz Date: Fri, 19 Oct 2018 20:41:52 +0000 (+0300) Subject: fix sometimes missing CycloneJumpTab X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=cyclone68000.git;a=commitdiff_plain;h=5fc93bddb71461abb7619cf506d6f15ba8a675f3 fix sometimes missing CycloneJumpTab Since b889883d36b2d247488c82d79d1eaab4dd41d236 CycloneJumpTab is required always, not just for Genesis build. --- diff --git a/Main.cpp b/Main.cpp index 7c6b8e3..45b13da 100644 --- a/Main.cpp +++ b/Main.cpp @@ -1288,11 +1288,11 @@ static int CycloneMake() ot(" %s CyclonePack\n",globl); ot(" %s CycloneUnpack\n",globl); ot(" %s CycloneVer\n",globl); + ot(" %s CycloneJumpTab\n",globl); #if (CYCLONE_FOR_GENESIS == 2) ot(" %s CycloneSetRealTAS_JT\n",globl); ot(" %s CycloneDoInterrupt\n",globl); ot(" %s CycloneDoTrace\n",globl); - ot(" %s CycloneJumpTab\n",globl); ot(" %s Op____\n",globl); ot(" %s Op6002\n",globl); ot(" %s Op6602\n",globl);