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