Skip to content

Commit 7741904

Browse files
committed
Fix pedantic warning about empty statement.
1 parent b63a7f4 commit 7741904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Z80.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles)
29342934
R++;
29352935
if (self->nop != Z_NULL) (void)self->nop(CONTEXT, PC);
29362936
DATA[0] = 0;
2937-
Q_0;
2937+
Q_0
29382938
PC = 0;
29392939
self->cycles += 4;
29402940
continue;

0 commit comments

Comments
 (0)