Skip to content

Commit

Permalink
Added primitives to the primitive table
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Oct 6, 2023
1 parent 2746e52 commit e48a046
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion smalltalksrc/VMMaker/StackInterpreter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,11 @@ StackInterpreter class >> initializePrimitiveTable [
(574 primitiveFloat64ArrayAdd)

"Unassigned Primitives"
(575 597 primitiveFail)
(575 595 primitiveFail)

"Allocate in old space primitive"
(596 primitiveNewOldSpace)
(597 primitiveNewWithArgOldSpace)

"Pinned object creation primitives"
(598 primitiveNewPinned)
Expand Down

0 comments on commit e48a046

Please sign in to comment.