Skip to content

Commit

Permalink
test-Z80 fix for sizeof(size_t) < 64.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Nov 13, 2023
1 parent b3816fb commit f56eb1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/test-Z80.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ static zuint8 run_test(int test_index)
}

RUN(&cpu, test->cycles_expected[0] + Z_UINT32(0x10000000) - j);
cycles += j;
check_results:
# else
RUN(&cpu, test->cycles_expected[0] + Z_USIZE(0x10000000));
Expand Down

0 comments on commit f56eb1b

Please sign in to comment.