Skip to content

Commit

Permalink
Merge pull request #15246 from meetmangukiya/stack-too-deep-yul-srclo…
Browse files Browse the repository at this point in the history
…cation

OptimizedEVMCodeTransform: tag source location in stack too deep errors in yul
  • Loading branch information
ekpyron authored Aug 15, 2024
2 parents 314b145 + 08a98d1 commit 3da2cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyul/backends/evm/OptimizedEVMCodeTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ void OptimizedEVMCodeTransform::createStackLayout(langutil::DebugData::ConstPtr
varNameDeep.empty() ? varNameTop : varNameDeep,
deficit,
msg
));
) << langutil::errinfo_sourceLocation(sourceLocation));
m_assembly.markAsInvalid();
}
},
Expand Down

0 comments on commit 3da2cd9

Please sign in to comment.