mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix: Use correct byte offset separation
":" instead of ","
This commit is contained in:
@@ -9,7 +9,7 @@ IR:
|
||||
|
||||
object "C_15" {
|
||||
code {
|
||||
/// @src 0:59,147
|
||||
/// @src 0:59:147
|
||||
mstore(64, 128)
|
||||
if callvalue() { revert_error_ca66f745a3ce8ff40e2ccaf1ad45db7774001b90d25810abd9040049be7bf4bb() }
|
||||
|
||||
@@ -26,7 +26,7 @@ object "C_15" {
|
||||
|
||||
function constructor_C_15() {
|
||||
|
||||
/// @src 0:59,147
|
||||
/// @src 0:59:147
|
||||
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ object "C_15" {
|
||||
}
|
||||
object "C_15_deployed" {
|
||||
code {
|
||||
/// @src 0:59,147
|
||||
/// @src 0:59:147
|
||||
mstore(64, 128)
|
||||
|
||||
if iszero(lt(calldatasize(), 4))
|
||||
@@ -217,7 +217,7 @@ object "C_15" {
|
||||
}
|
||||
|
||||
function fun_f_14(var__7_mpos, var_e_10) {
|
||||
/// @src 0:93,145
|
||||
/// @src 0:93:145
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user