Patch from "Tony R. Ambardar" <tonya@ece.ubc.ca> and blessed by

Ian Lance Taylor <ian@airs.com> to note that condition codes
are modified.
This commit is contained in:
Joel Sherrill
1999-03-30 17:39:08 +00:00
parent a43ad5cd29
commit eacc8e3b88

View File

@@ -43,7 +43,7 @@
{ \
asm volatile ( "push %0 ; \
popf" \
: : "rm" ((_level)) \
: : "rm" ((_level)) : "cc" \
); \
}
@@ -52,7 +52,7 @@
asm volatile ( "push %0 ; \
popf ; \
cli" \
: : "rm" ((_level)) \
: : "rm" ((_level)) : "cc" \
); \
}