Commit 425cd4d
authored
[Fuzzer] Do not make local.get without function context (#7813)
The fuzzer tries to finish quickly by falling back to creating
local.gets or constants after it reaches the end of its random input.
The former option should only be used inside a funtion context, though.1 parent 91f38e9 commit 425cd4d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
2069 | | - | |
| 2069 | + | |
2070 | 2070 | | |
2071 | 2071 | | |
2072 | 2072 | | |
2073 | 2073 | | |
2074 | 2074 | | |
| 2075 | + | |
2075 | 2076 | | |
2076 | 2077 | | |
2077 | 2078 | | |
| |||
0 commit comments