From 5fc93bddb71461abb7619cf506d6f15ba8a675f3 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 19 Oct 2018 23:41:52 +0300 Subject: [PATCH] fix sometimes missing CycloneJumpTab Since b889883d36b2d247488c82d79d1eaab4dd41d236 CycloneJumpTab is required always, not just for Genesis build. --- Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2