Commit 03e2e80
[Wasm RyuJIT] Fix: Use passed in ig when possible for IF_CODE_SIZE in emitDispIns() (#128172)
We can't always rely on `emitCurIG` being set since `emitDispIns` can be
called after codegen, so use the current passed in ig when possible in
for `IF_CODE_SIZE` in `emitDispIns` for Wasm.
Co-authored-by: Adam Perlin <adamperlin@microsoft.com>1 parent bb1148d commit 03e2e80
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | | - | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
1120 | 1129 | | |
1121 | 1130 | | |
1122 | 1131 | | |
| |||
0 commit comments