Fix interrupt-thread error detection.
commitc381d1c422943c0199c3409d47e190b886505bdc
authorStas Boukarev <stassats@gmail.com>
Wed, 13 Dec 2017 01:58:02 +0000 (13 04:58 +0300)
committerStas Boukarev <stassats@gmail.com>
Wed, 13 Dec 2017 02:00:39 +0000 (13 05:00 +0300)
tree27b93d36073d98806e8e95477c45c0a0afa90839
parent12b51e785da5fc93d475c50733329eed8f9401b2
Fix interrupt-thread error detection.

wake_thread returns an int, not a long, failing to detect -1.
src/code/target-thread.lisp
tests/threads.impure.lisp