Commit 0110bc5
committed
Fix IE 200204176 in tarraydef.getmangledparaname for static arrays
Handle anonymous static array types in getmangledparaname instead of
raising an internal error. On subsequent builds, PPU-loaded types may
have typesym=nil when their mangled name is requested, causing the
fallback to getmangledparaname. The previous code only handled
array-of-const and open/dynamic arrays, leaving static arrays to IE.1 parent 36ec77f commit 0110bc5
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4787 | 4787 | | |
4788 | 4788 | | |
4789 | 4789 | | |
| 4790 | + | |
| 4791 | + | |
4790 | 4792 | | |
4791 | | - | |
4792 | | - | |
4793 | | - | |
4794 | | - | |
| 4793 | + | |
4795 | 4794 | | |
4796 | 4795 | | |
4797 | 4796 | | |
| |||
0 commit comments