Skip to content

Commit

Permalink
Update l0-aprims.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
Slids authored May 11, 2020
1 parent 4eac21c commit 255bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level-0/l0-aprims.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ synchronization between threads."
(defun %make-semaphore-ptr (&key (count 0))
(let* ((p (ff-call (%kernel-import target::kernel-import-new-semaphore)
:signed-fullword count
:address)))
:address)))
(if (%null-ptr-p p)
(error "Can't create semaphore.")
(record-system-lock
Expand Down

0 comments on commit 255bc63

Please sign in to comment.