Commit e4c5391d authored by Ulf Möller's avatar Ulf Möller
Browse files

push the flags too

parent 0c34556c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -523,6 +523,7 @@ sub main'printf

sub pushvars
	{
	&out0("pushf");
	&main'push("edx");
	&main'push("ecx");
	&main'push("eax");
@@ -533,4 +534,5 @@ sub popvars
	&main'pop("eax");
	&main'pop("ecx");
	&main'pop("edx");
	&out0("popf");
	}