Skip to content

Commit

Permalink
Fix machine debug description for called-fdefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bike committed Oct 5, 2023
1 parent 2e44026 commit a8e9386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
(pop 57)
(dup 58)
(fdesignator 59)
(called-fdefinition 60)
(called-fdefinition 60 ((constant-arg 1)) ((constant-arg 2)))
(protect 61)
(cleanup 62)
(long 255)))

0 comments on commit a8e9386

Please sign in to comment.