Commit 1b95230
fix(aarch64): shift immhi bits of adrp to account for immlo
the immlo bits of the ADRP instruction on aarch64 must be shifted
by 2, as the bottom two bits are stored in the immhi field.
Similarly to how ADR works.1 parent a294fba commit 1b95230
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| |||
0 commit comments