mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9149 from ethereum/quickfix-pc-removal
Quickfix pc() removal from yul wasm backend
This commit is contained in:
commit
295985eca6
@ -1023,11 +1023,6 @@ function sstore(x1, x2, x3, x4, y1, y2, y3, y4) {
|
||||
eth.storageStore(0:i32, 32:i32)
|
||||
}
|
||||
|
||||
// Needed?
|
||||
function pc() -> z1, z2, z3, z4 {
|
||||
// TODO implement
|
||||
unreachable()
|
||||
}
|
||||
function gas() -> z1, z2, z3, z4 {
|
||||
z4 := eth.getGasLeft()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user