Changeset 21789 for branches/gcc-kmk/src
- Timestamp:
- Nov 3, 2011, 7:42:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.