mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update libsolidity/codegen/YulUtilFunctions.cpp
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
parent
8267f0daaf
commit
48e8f27d05
@ -2495,7 +2495,7 @@ string YulUtilFunctions::readFromMemoryOrCalldata(Type const& _type, bool _fromC
|
||||
});
|
||||
}
|
||||
|
||||
string YulUtilFunctions::revertReasonIfDebugAssembly(RevertStrings _revertStrings, std::string const& _message)
|
||||
string YulUtilFunctions::revertReasonIfDebugAssembly(RevertStrings _revertStrings, string const& _message)
|
||||
{
|
||||
Whiskers templ(R"({
|
||||
<?debugAndMessage>
|
||||
|
Loading…
Reference in New Issue
Block a user