This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Commit 0847e74
Reini Urban
mderef_u: fix MDEREF_INDEX_uoob run-time
we have a switch, which needs a static value.
uoob is currently only possible with const.
any :const padsv is converted to const before already.
this passes now all tests, but we still wrongly convert a
aelemfast_lex_u to mderef, the maybe_aelemfast logic is flawed.1 parent 3ef3aad commit 0847e74
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14327 | 14327 | | |
14328 | 14328 | | |
14329 | 14329 | | |
| 14330 | + | |
14330 | 14331 | | |
14331 | 14332 | | |
14332 | 14333 | | |
14333 | 14334 | | |
14334 | 14335 | | |
14335 | 14336 | | |
| 14337 | + | |
14336 | 14338 | | |
14337 | 14339 | | |
14338 | 14340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2418 | 2418 | | |
2419 | 2419 | | |
2420 | 2420 | | |
| 2421 | + | |
2421 | 2422 | | |
2422 | 2423 | | |
2423 | 2424 | | |
| |||
0 commit comments