Skip to content

Commit 3d49282

Browse files
committed
Less strict still
1 parent 8cdb7ce commit 3d49282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/atari2600-common/zeropage-max.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// 128 bytes PIA RAM
99
// 32 bytes for registers
10-
// 16 bytes for stack (overestimate)
10+
// 32 bytes for stack (overestimate)
1111
// 8 bytes for test result
1212
char buf[128 - 32 - 16 - 8];
1313

0 commit comments

Comments
 (0)