forked from Imagelibrary/rtems
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:
@@ -43,7 +43,7 @@
|
|||||||
{ \
|
{ \
|
||||||
asm volatile ( "push %0 ; \
|
asm volatile ( "push %0 ; \
|
||||||
popf" \
|
popf" \
|
||||||
: : "rm" ((_level)) \
|
: : "rm" ((_level)) : "cc" \
|
||||||
); \
|
); \
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
asm volatile ( "push %0 ; \
|
asm volatile ( "push %0 ; \
|
||||||
popf ; \
|
popf ; \
|
||||||
cli" \
|
cli" \
|
||||||
: : "rm" ((_level)) \
|
: : "rm" ((_level)) : "cc" \
|
||||||
); \
|
); \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user