X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.h;h=09964717bb174486e4206882674d6cf47a08b439;hb=1de341cf0652fb0eb8354f64d95acb0899811173;hp=25d151fc1c71392bf783b27b84bfce85c187136a;hpb=fbbf545a493def7c3732949c4f7e217996aaf018;p=sbcl.git diff --git a/src/runtime/interrupt.h b/src/runtime/interrupt.h index 25d151f..0996471 100644 --- a/src/runtime/interrupt.h +++ b/src/runtime/interrupt.h @@ -18,8 +18,10 @@ * * Note: In CMU CL, this was 4096, but there was no explanation given, * and it's hard to see why we'd need that many nested interrupts, so - * I've scaled it back to see what happens. -- WHN 20000730 */ -#define MAX_INTERRUPTS 8 + * I've scaled it back (to 256) to see what happens. -- WHN 20000730 + + * Nothing happened, so let's creep it back a bit further -- dan 20030411 */ +#define MAX_INTERRUPTS 32 union interrupt_handler { lispobj lisp;