SCM Repository
Diff of /sml/trunk/src/runtime/mach-dep/signal-sysdep.h
Parent Directory
|
Revision Log
|
Patch
revision 291, Mon May 24 09:41:07 1999 UTC | revision 292, Mon May 24 22:03:46 1999 UTC | |
---|---|---|
# | Line 348 | Line 348 |
348 | ||
349 | # if defined(OPSYS_LINUX) | # if defined(OPSYS_LINUX) |
350 | /** X86, LINUX **/ | /** X86, LINUX **/ |
351 | # ifndef _SIGCONTEXT_H | # if (!defined(_SIGCONTEXT_H) && !defined(sigcontext_struct)) |
352 | /* older versions of Linux don't define this in <signal.h> */ | /* older versions of Linux don't define this in <signal.h> */ |
353 | struct sigcontext { | struct sigcontext { |
354 | unsigned short gs, __gsh; | unsigned short gs, __gsh; |
# | Line 374 | Line 374 |
374 | unsigned long oldmask; | unsigned long oldmask; |
375 | unsigned long cr2; | unsigned long cr2; |
376 | }; | }; |
377 | # endif /* !_SIGCONTEXT_H */ | # endif |
378 | ||
379 | #define INTO_OPCODE 0xce /* the 'into' instruction is a single */ | #define INTO_OPCODE 0xce /* the 'into' instruction is a single */ |
380 | /* instruction that signals Overflow */ | /* instruction that signals Overflow */ |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |