mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split Common.h into Numeric.h.
This commit is contained in:
@@ -163,6 +163,6 @@ void StackLimitEvader::run(
|
||||
{
|
||||
Literal* literal = std::get_if<Literal>(&memoryGuardCall->arguments.front());
|
||||
yulAssert(literal && literal->kind == LiteralKind::Number, "");
|
||||
literal->value = YulString{util::toCompactHexWithPrefix(reservedMemory)};
|
||||
literal->value = YulString{toCompactHexWithPrefix(reservedMemory)};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user