Skip to content

Commit 2217813

Browse files
committed
ras
1 parent 3ceb568 commit 2217813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rlp_utils/_local.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\def\locWeightedFlagSum {\loc{wght\_flag\_sum}}
1111

1212
% INTEGER instruction
13-
\def\integerCtMax {\redm{2}}
13+
\def\integerCtMax {\numConst{2}}
1414
\def\locInputInteger {\loc{in/integer}}
1515
\def\locInputIntegerHi {\locInputInteger\loc{\_hi}}
1616
\def\locInputIntegerLo {\locInputInteger\loc{\_lo}}
@@ -38,8 +38,8 @@
3838
\def\locBaseRlpPrefixShort {\loc{base\_rlp\_prefix\_short}}
3939
\def\locBaseRlpPrefixLong {\loc{base\_rlp\_prefix\_long}}
4040

41-
\def\bytestringEmptyCtMax {\redm{0}}
42-
\def\bytestringNonEmptyCtMax {\redm{2}}
41+
\def\bytestringEmptyCtMax {\numConst{0}}
42+
\def\bytestringNonEmptyCtMax {\numConst{2}}
4343

4444
\def\locInputBytestringLength {\loc{in/byte\_string\_length}}
4545
\def\locInputFirstByte {\loc{in/first\_byte}}

0 commit comments

Comments
 (0)