Changeset 281 for trunk/src/kernel32/except.asm
- Timestamp:
- Jul 7, 1999, 10:11:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/except.asm
r223 r281 1 ; $Id: except.asm,v 1. 5 1999-06-26 18:24:50sandervl Exp $1 ; $Id: except.asm,v 1.6 1999-07-07 08:11:09 sandervl Exp $ 2 2 3 3 ;/* … … 175 175 SetFS endp 176 176 177 PUBLIC SetReturnFS 178 SetReturnFS proc near 179 push fs 180 mov eax, [esp+8] 181 mov fs, eax 182 pop eax 183 ret 184 SetReturnFS endp 185 177 186 PUBLIC getSS 178 187 getSS proc near
Note:
See TracChangeset
for help on using the changeset viewer.