Skip to content

Commit

Permalink
const BIWISE->BITWISE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jobez committed Oct 26, 2023
1 parent e1061b8 commit 0326217
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 @@ -11,7 +11,7 @@ import (
const BITWISE_BUILTIN_NAME = "bitwise"
const BITWISE_CELLS_PER_INSTANCE = 5
const BITWISE_TOTAL_N_BITS = 251
const BIWISE_INPUT_CELLS_PER_INSTANCE = 2
const BITWISE_INPUT_CELLS_PER_INSTANCE = 2

type BitwiseBuiltinRunner struct {
base memory.Relocatable
Expand Down

0 comments on commit 0326217

Please sign in to comment.