1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
[sbcl.git] / src / compiler / generic / vm-fndb.lisp
index 492238f..a759e56 100644 (file)
   (unsafe always-translatable))
 
 #!+(or x86 x86-64)
-(defknown %raw-instance-atomic-incf/word (instance index sb!vm:signed-word) sb!vm:word
+(defknown %raw-instance-atomic-incf/word (instance index sb!vm:word) sb!vm:word
     (unsafe always-translatable))
 
 ;;; These two are mostly used for bit-bashing operations.