X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.c;h=a6ab92fb4a3c05c40496f67b268efda1914844e7;hb=d68f3f83e6c5b9bed9789279cbae346f240488cc;hp=2a6bf34569a3f6b1899eb881bee89787a8f3577a;hpb=dc5e3163fe667e2629c7769aa8cf2e501eeeefa6;p=sbcl.git diff --git a/src/runtime/sunos-os.c b/src/runtime/sunos-os.c index 2a6bf34..a6ab92f 100644 --- a/src/runtime/sunos-os.c +++ b/src/runtime/sunos-os.c @@ -160,11 +160,6 @@ boolean is_valid_lisp_addr(os_vm_address_t addr) -#if defined GENCGC - -#error "GENCGC is not yet supported (presumably on x86 solaris?)" - -#else static void sigsegv_handler(int signal, siginfo_t *info, void* void_context) @@ -179,8 +174,6 @@ sigsegv_handler(int signal, siginfo_t *info, void* void_context) } } -#endif - void os_install_interrupt_handlers() {