Skip to content

Commit

Permalink
Need to revisit Orb.Stack.Pop
Browse files Browse the repository at this point in the history
Not sure if I have the push/pop types right
  • Loading branch information
RoyalIcing committed Jul 20, 2024
1 parent a9c502e commit 409d90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/orb/stack.ex
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ defmodule Orb.Stack do
# Other parts of the system need to see the type, say
# `Orb.Instruction.get_operand_type/1` so we fulfill that contract.
pop_type: type,
# FIXME: change to nil
push_type: type,
count: count
}
Expand Down

0 comments on commit 409d90e

Please sign in to comment.