Skip to content

Commit

Permalink
Merge branch 'main' into inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymMalicki authored Jan 21, 2025
2 parents bf3a585 + 8aff6b7 commit cd6bf88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/vm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func (vm *VirtualMachine) RunStep(hintRunner HintRunner) error {

const RC_OFFSET_BITS = 16

//go:nosplit
func (vm *VirtualMachine) RunInstruction(instruction *asmb.Instruction) error {

var off0 int = int(instruction.OffDest) + (1 << (RC_OFFSET_BITS - 1))
Expand Down

0 comments on commit cd6bf88

Please sign in to comment.