Changeset 9655
- Timestamp:
- Jun 1, 2008, 11:42:21 PM (16 years ago)
- File:
-
- 1 edited
-
branches/win64/lisp-kernel/x86-exceptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/win64/lisp-kernel/x86-exceptions.h
r8811 r9655 14 14 http://opensource.franz.com/preamble.html 15 15 */ 16 17 #ifndef X86_EXCEPTIONS_H 18 #define X86_EXCEPTIONS_H 1 16 19 17 20 typedef u8_t opcode, *pc; … … 193 196 #define RECOVER_FN_FROM_RIP_WORD0 0x8d4c /* 0x4c 0x8d, little-endian */ 194 197 #define RECOVER_FN_FROM_RIP_BYTE2 0x2d /* third byte of opcode */ 198 199 #ifdef WINDOWS 200 typedef struct { 201 HANDLE h; 202 OVERLAPPED *o; 203 } pending_io; 204 #endif 205 206 #endif /* X86_EXCEPTIONS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
