Rename ErrorTag to invalidJumpLabel in inline assembly

This commit is contained in:
Alex Beregszaszi
2016-11-15 10:30:33 +00:00
parent 702ab4cb4f
commit ae8403ed08
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
LabelOrganizer(GeneratorState& _state): m_state(_state)
{
// Make the Solidity ErrorTag available to inline assembly
m_state.labels.insert(make_pair("ErrorTag", m_state.assembly.errorTag()));
m_state.labels.insert(make_pair("invalidJumpLabel", m_state.assembly.errorTag()));
}
template <class T>