Skip to content

Commit aa0a680

Browse files
committed
Increase maximum cycles in the emulated compiler.
1 parent 325b0a7 commit aa0a680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/src/fbtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const char *fb_lib_path = "../build/compiler";
4242
#define FB_CFG_FILE "fastbasic.cfg"
4343

4444
// Maximum number of cycles for the native compiler
45-
#define MAX_FPC_CYCLES 25000000
45+
#define MAX_FPC_CYCLES 28000000
4646

4747
// Functions to get/put characters to running XEX
4848
static size_t str_out_pos, str_out_len, str_in_pos, str_in_len;

0 commit comments

Comments
 (0)