Skip to content

Commit d86a458

Browse files
committed
--ammend
1 parent f945aba commit d86a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity/examples/test.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ contract test {
471471
// function dispatcher
472472
switch div(calldataload(0), exp(2, 226))
473473
case 0xb3de648b {
474-
let (r) := f(calldataload(4))
474+
let r, x := f(calldataload(4))
475475
let ret := $allocate(0x20)
476476
mstore(ret, r)
477477
return(ret, 0x20)

0 commit comments

Comments
 (0)