Changeset eacc8e3 in rtems


Ignore:
Timestamp:
03/30/99 17:39:08 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5c6c4c2
Parents:
a43ad5cd
Message:

Patch from "Tony R. Ambardar" <tonya@…> and blessed by
Ian Lance Taylor <ian@…> to note that condition codes
are modified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/i386/cpu.h

    ra43ad5cd reacc8e3  
    4444    asm volatile ( "push %0 ; \
    4545                    popf" \
    46                     : : "rm" ((_level)) \
     46                    : : "rm" ((_level)) : "cc" \
    4747    ); \
    4848  }
     
    5353                    popf ; \
    5454                    cli" \
    55                     : : "rm" ((_level)) \
     55                    : : "rm" ((_level)) : "cc" \
    5656    ); \
    5757  }
Note: See TracChangeset for help on using the changeset viewer.