[Openmcl-devel] A bug and a quick fix

CRLF0710 crlf0710 at gmail.com
Wed Dec 7 05:34:18 PST 2011


Sorry. I meant the window in which CUI-based program runs in a
graphical desktop environment. In this case, i meant exactly the
window of a  Win32 console ( please see
http://en.wikipedia.org/wiki/Win32_console ). The close button is
shown in the upper-right corner in the second picture within the
article.
*************************************************************************
by the way, i think i've fixed the problem by this new patch(old is
not needed, please revert it if applied). Please review it.

diff -ruN lisp-kernel.old/x86-exceptions.c lisp-kernel/x86-exceptions.c
--- lisp-kernel.old/x86-exceptions.c    2011-12-07 21:22:33 +0800
+++ lisp-kernel/x86-exceptions.c        2011-12-07 21:20:56 +0800
@@ -1907,7 +1907,8 @@
    return TRUE;
    break;
  default:
-    return FALSE;
+    lisp_global(INTFLAG) = (2 << fixnumshift);
+    return TRUE;
  }
 }

-- 
Wir müssen wissen; wir werden wissen!
CrLF.0710



More information about the Openmcl-devel mailing list