From a4f1e37f0c46f1f56c0772d1da85a2c7c6f19b1b Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 13 Jul 2020 21:26:31 +0200 Subject: [PATCH] increase the maximum amount of cycles, else the shift test will fail --- test/val/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/val/Makefile b/test/val/Makefile index 417c0b6c8..be63cd8da 100644 --- a/test/val/Makefile +++ b/test/val/Makefile @@ -24,7 +24,7 @@ ifdef QUIET NULLERR = 2>$(NULLDEV) endif -SIM65FLAGS = -x 200000000 +SIM65FLAGS = -x 5000000000 CL65 := $(if $(wildcard ../../bin/cl65*),..$S..$Sbin$Scl65,cl65) SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)