X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.c;h=8fba683461e041ea12a4b81dfda5d4e1db670acd;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=5e46ac30980e93559be71cb7947f8f074185e308;hpb=79cc569a97e444389350ea3f5b1017374fe16bec;p=sbcl.git diff --git a/src/runtime/x86-arch.c b/src/runtime/x86-arch.c index 5e46ac3..8fba683 100644 --- a/src/runtime/x86-arch.c +++ b/src/runtime/x86-arch.c @@ -46,7 +46,7 @@ void arch_init(void) int * context_eflags_addr(os_context_t *context) { -#if defined __linux__ +#if defined __linux__ || defined __sun /* KLUDGE: As of kernel 2.2.14 on Red Hat 6.2, there's code in the * file to define symbolic names for offsets into * gregs[], but it's conditional on __USE_GNU and not defined, so