| 560 | } |
| 561 | |
| 562 | std::string CompilerContext::revertReasonIfDebug(std::string const& _message) |
| 563 | { |
| 564 | return YulUtilFunctions::revertReasonIfDebugBody( |
| 565 | m_revertStrings, |
| 566 | "mload(" + std::to_string(CompilerUtils::freeMemoryPointer) + ")", |
| 567 | _message |
| 568 | ); |
| 569 | } |
| 570 | |
| 571 | void CompilerContext::updateSourceLocation() |
| 572 | { |