Closed CaptainVincent closed 3 years ago
Error happened here.
object "TestBuiltIn" {
code {
function allocate_unbounded() -> memPtr {
memPtr := mload(64)
}
let GG := allocate_unbounded()
staticcall(gas(), 1, GG, sub(GG, GG), 0, 32)
}
}
ex. builtin_test.sol
Error message as below:
I think the issue is relative with emit
Yul staticcall
has a type casting issue.