asm4 fix.

This commit is contained in:
Christian Kamm
2008-11-01 17:56:25 +01:00
parent 5b17d36ce2
commit 51385239e8

View File

@@ -16,7 +16,7 @@ void main()
L2:;
jmp L1;
L3:;
push fmt;
push stmt;
call printf;
pop EAX;
}