| author | |
| committer | |
| log | 511a5c6e192e562b830c30b95820cb37321d98f7 |
| tree | 440bc17d4d05e7d6fed04984dcd7375e1c11b855 |
| parent | 8dda65bba08a65a1df846ae68cfa31272e5ee1ea |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/pie.zig+1-1| ... | ... | @@ -295,7 +295,7 @@ inline fn getDynamicSymbol() [*]const elf.Dyn { |
| 295 | 295 | \\ .balign 4 |
| 296 | 296 | \\ .word _DYNAMIC - . |
| 297 | 297 | \\1: |
| 298 | \\ add a0, a0, 1 | |
| 298 | \\ addi a0, a0, 1 | |
| 299 | 299 | \\ l32i a8, a0, 0 |
| 300 | 300 | \\ add %[ret], a0, a8 |
| 301 | 301 | : [ret] "=a" (-> [*]const elf.Dyn), |