Commit eb5b018
committed
elfload: Fix issue with loading non PROGBITS during section loading
During elf section loading the loader loads non program sections by
anding with SHT_PROGBITS(0x1). Change the and to an equals to make it
correct.
We need to change this to actual load using program headers, but I will
do that in the next few patches.1 parent 5acb27d commit eb5b018
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
674 | 673 | | |
675 | 674 | | |
676 | 675 | | |
677 | 676 | | |
678 | | - | |
| 677 | + | |
679 | 678 | | |
680 | 679 | | |
681 | 680 | | |
| |||
0 commit comments