File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cmdlineTests/strict_asm_eof_container_prague
libyul/objectCompiler/eof Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ std::string AssemblyItem::toAssemblyText(Assembly const& _assembly) const
393
393
text = " eofcreate{" + std::to_string (static_cast <size_t >(data ())) + " }" ;
394
394
break ;
395
395
case ReturnContract:
396
- text = " returcontract {" + std::to_string (static_cast <size_t >(data ())) + " }" ;
396
+ text = " returncontract {" + std::to_string (static_cast <size_t >(data ())) + " }" ;
397
397
break ;
398
398
case RelativeJump:
399
399
text = " rjump{" + std::string (" tag_" ) + std::to_string (relativeJumpTagID ()) + " }" ;
Original file line number Diff line number Diff line change 73
73
sub_0: assembly {
74
74
0x00
75
75
dup1
76
- returcontract {0}
76
+ returncontract {0}
77
77
stop
78
78
79
79
sub_0: assembly {
@@ -89,7 +89,7 @@ sub_0: assembly {
89
89
sub_1: assembly {
90
90
0x00
91
91
dup1
92
- returcontract {0}
92
+ returncontract {0}
93
93
stop
94
94
95
95
sub_0: assembly {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ object "a" {
69
69
// /* "source":397:398 */
70
70
// 0x00
71
71
// /* "source":377:403 */
72
- // returcontract {0}
72
+ // returncontract {0}
73
73
// stop
74
74
//
75
75
// sub_0: assembly {
You can’t perform that action at this time.
0 commit comments