Skip to content

Commit

Permalink
fix for InputCellsPerInstance method
Browse files Browse the repository at this point in the history
  • Loading branch information
jobez committed Oct 27, 2023
1 parent 0326217 commit 7c02d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builtins/bitwise.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (b *BitwiseBuiltinRunner) CellsPerInstance() uint {
}

func (b *BitwiseBuiltinRunner) InputCellsPerInstance() uint {
return BIWISE_INPUT_CELLS_PER_INSTANCE
return BITWISE_INPUT_CELLS_PER_INSTANCE
}

func (b *BitwiseBuiltinRunner) GetAllocatedMemoryUnits(segments *memory.MemorySegmentManager, currentStep uint) (uint, error) {
Expand Down

0 comments on commit 7c02d0d

Please sign in to comment.