0.7.5.21:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Jul 2002 17:17:48 +0000 (17:17 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Jul 2002 17:17:48 +0000 (17:17 +0000)
Complilation fix for Alpha/Linux (from DB, fixing CSR bogosity)

src/runtime/alpha-arch.c
version.lisp-expr

index 03cf3c7..4402723 100644 (file)
@@ -279,14 +279,14 @@ static void
 sigtrap_handler(int signal, siginfo_t *siginfo, os_context_t *context)
 {
     unsigned int code;
-
+    sigset_t *mask;
 #ifdef LISP_FEATURE_LINUX
     os_restore_fp_control(context);
 #endif
 
     /* Don't disallow recursive breakpoint traps.  Otherwise, we can't */
     /* use debugger breakpoints anywhere in here. */
-    sigset_t *mask=(os_context_sigmask_addr(context));
+    mask=(os_context_sigmask_addr(context));
     sigsetmask(mask); 
 
     /* this is different from how CMUCL does it.  CMUCL used "call_pal
index 3b4fc82..06f81e0 100644 (file)
@@ -18,4 +18,4 @@
 ;;; for internal versions, especially for internal versions off the
 ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.5.20"
+"0.7.5.21"