missing interpreter stub for ATOMIC-INCF

Bug #1381867 reported by Douglas Katzman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

COMMON-LISP-USER> (defstruct foo (count 0 :type sb-ext:word))
FOO
COMMON-LISP-USER> (setq sb-ext:*evaluator-mode* :Interpret)
:INTERPRET
COMMON-LISP-USER> (defun bump (x) (atomic-incf (foo-count x)))
BUMP
COMMON-LISP-USER> (bump(make-foo))
debugger invoked on a UNDEFINED-FUNCTION in thread
#<THREAD "main thread" RUNNING {100302E9D3}>:
  The function SB-KERNEL:%RAW-INSTANCE-ATOMIC-INCF/WORD is undefined.

Douglas Katzman (dougk)
Changed in sbcl:
status: New → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.