mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Merge branch 'develop' into develop-evmcc
This commit is contained in:
parent
7305fb32d3
commit
47e654c06d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ bytesConstRef VM::go(ExtVMFace& _ext, OnOpFunc const&, uint64_t)
|
||||||
case ReturnCode::OutOfGas:
|
case ReturnCode::OutOfGas:
|
||||||
BOOST_THROW_EXCEPTION(OutOfGas());
|
BOOST_THROW_EXCEPTION(OutOfGas());
|
||||||
case ReturnCode::StackTooSmall:
|
case ReturnCode::StackTooSmall:
|
||||||
BOOST_THROW_EXCEPTION(StackTooSmall(1, 0));
|
BOOST_THROW_EXCEPTION(StackTooSmall());
|
||||||
case ReturnCode::BadInstruction:
|
case ReturnCode::BadInstruction:
|
||||||
BOOST_THROW_EXCEPTION(BadInstruction());
|
BOOST_THROW_EXCEPTION(BadInstruction());
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue