File tree Expand file tree Collapse file tree
kevm-pyk/src/kevm_pyk/kproj/evm-semantics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,9 +377,9 @@ The `#next [_]` operator initiates execution by:
377377- ` #stackDelta ` is the delta the stack will have after the opcode executes.
378378
379379``` k
380- syntax Bool ::= #stackUnderflow ( WordStack , OpCode ) [symbol(#stackUnderflow), macro ]
381- | #stackOverflow ( WordStack , OpCode ) [symbol(#stackOverflow), macro ]
382- // --------------------------------------------------------------------------------------
380+ syntax Bool ::= #stackUnderflow ( WordStack , OpCode ) [symbol(#stackUnderflow), function, total ]
381+ | #stackOverflow ( WordStack , OpCode ) [symbol(#stackOverflow), function, total ]
382+ // ------------------------------------------------------------------------------------------------
383383 rule #stackUnderflow( _WS , _POP:PushOp ) => false
384384 rule #stackUnderflow( _WS , _IOP:InvalidOp ) => false
385385 rule #stackUnderflow( _WS , _NOP:NullStackOp ) => false
You can’t perform that action at this time.
0 commit comments