Commit f739578
committed
Fix ov292_020d4580 next-callback extern to canonical symbol name
The SetIndexedSlot next-callback reloc target 0x020d45bc is delinked
as the veneer symbol AllocatorFreeForExpHeap_0x020d45bc (a heuristic
NNS name), not func_ov292_020d45bc. getcand names relocs func_ovNN_ADDR
by default so the wrong name leaked into the .c; verify_idx masks
relocs so it passed byte-exact but the overlay link reported
"Undefined: func_ov292_020d45bc". Byte-identical after the rename.1 parent 9b16f57 commit f739578
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments