From eacc8e3b8814b743ff182ba1c41324065a8f8538 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Mar 1999 17:39:08 +0000 Subject: Patch from "Tony R. Ambardar" and blessed by Ian Lance Taylor to note that condition codes are modified. --- c/src/lib/libcpu/i386/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/lib/libcpu/i386/cpu.h b/c/src/lib/libcpu/i386/cpu.h index 21357afd7e..98c3162608 100644 --- a/c/src/lib/libcpu/i386/cpu.h +++ b/c/src/lib/libcpu/i386/cpu.h @@ -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" \ ); \ } -- cgit v1.2.3