mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
The code for disabling interrupts was outdated in clx (src/clx/dependent)
This commit is contained in:
parent
dc0ce4b7ab
commit
b37ee19177
1 changed files with 1 additions and 4 deletions
|
|
@ -1347,10 +1347,7 @@
|
|||
|
||||
#+ecl
|
||||
(defmacro without-interrupts (&body body)
|
||||
#+threads
|
||||
`(mp:without-interrupts ,@body)
|
||||
#-threads
|
||||
`(let ((ext:*interrupt-enable* nil)) ,@body))
|
||||
`(mp:without-interrupts ,@body))
|
||||
|
||||
#+sbcl
|
||||
(defvar *without-interrupts-sic-lock*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue