Changeset 21789
- Timestamp:
- Nov 3, 2011, 7:42:22 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/os2sel.h (modified) (1 diff)
-
src/kernel32/asmutil.asm (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/os2sel.h
r21783 r21789 37 37 #ifndef __WATCOMC__ 38 38 #if defined(__GNUC__) 39 // note that we also define the exported variants of these in asmutil.asm 39 40 static inline unsigned short GetFS(void) 40 41 { -
branches/gcc-kmk/src/kernel32/asmutil.asm
r21783 r21789 41 41 _getEBX endp 42 42 43 IFNDEF __GNUC__44 45 43 PUBLIC GetFS 46 44 GetFS proc near … … 56 54 SetFS endp 57 55 58 ENDIF ; __GNUC__59 60 56 PUBLIC _getCS 61 57 _getCS proc near … … 69 65 ret 70 66 _getDS endp 71 72 IFNDEF __GNUC__73 67 74 68 PUBLIC SetReturnFS … … 81 75 SetReturnFS endp 82 76 83 ENDIF ; __GNUC__84 85 77 PUBLIC _getSS 86 78 _getSS proc near … … 106 98 ret 107 99 _getESP endp 108 109 IFNDEF __GNUC__110 100 111 101 PUBLIC RestoreOS2FS … … 116 106 ret 117 107 RestoreOS2FS endp 118 119 ENDIF ; __GNUC__120 108 121 109 PUBLIC _Mul32x32to64
Note:
See TracChangeset
for help on using the changeset viewer.
