Replaced builtin store function with a new syntax
This commit is contained in:
@ -7,6 +7,6 @@ alloc(length int) -> []byte {
|
||||
return x
|
||||
}
|
||||
|
||||
store(x, 8, length)
|
||||
[x] = length
|
||||
return x + 8
|
||||
}
|
@ -5,7 +5,7 @@ alloc(length int) -> []byte {
|
||||
return x
|
||||
}
|
||||
|
||||
store(x, 8, length)
|
||||
[x] = length
|
||||
return x + 8
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user