Ignore:
Timestamp:
Nov 22, 2004, 2:46:26 AM (21 years ago)
Author:
bird
Message:

Extended fmutex interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/os2emx.h

    • Property cvs2svn:cvs-rev changed from 1.24 to 1.25
    r1660 r1661  
    1330813308#define FS_SAVE()       __asm__ __volatile__ ("movl %%fs, %%eax; movl %%eax,%0;" : : "m" (__fs__) : "%eax" )
    1330913309#define FS_SAVE_LOAD()  __asm__ __volatile__ ("movl %%fs, %%eax; movl %%eax,%0; movl $DosTIB, %%eax; movl %%eax, %%fs" : : "m" (__fs__) : "%eax" )
     13310#define FS_VAR_SAVE_LOAD() FS_VAR(); FS_SAVE_LOAD()
    1331013311#define FS_RESTORE()    __asm__ __volatile__ ("movl %0, %%eax; movl %%eax,%%fs;" : : "m" (__fs__) : "%eax" )
    1331113312#else
Note: See TracChangeset for help on using the changeset viewer.