From: Chris Hanson Date: Wed, 2 Apr 1997 08:16:41 +0000 (+0000) Subject: Rewrite Win32 (as opposed to Win32s) DLL to use auxiliary thread and X-Git-Tag: 20090517-FFI~5222 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=91ebe039084977bc4eb4ced9317b1ec2050f1525;p=mit-scheme.git Rewrite Win32 (as opposed to Win32s) DLL to use auxiliary thread and Sleep() API call to generate async timer interrupts. Use a critical section to synchronize the two threads' access to the interrupt registers. These changes should eliminate the "spurious interrupt" error messages that have been showing up from time to time. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index e6dc8dd12..8ed8f82a4 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.156 1997/01/05 23:41:52 cph Exp $ +$Id: version.h,v 11.157 1997/04/02 08:16:41 cph Exp $ Copyright (c) 1988-97 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 156 +#define SUBVERSION 157 #endif