mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed compiler relocation issue with R_RISCV_GOT_HI20
This commit is contained in:
parent
9feb46387e
commit
b32ea5b750
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ init_regs:
|
|||
# ensure cache line alignment
|
||||
la t1, __tcb_aligned_size
|
||||
mul t0, t0, t1
|
||||
la tp, _end + 63
|
||||
la tp, _end
|
||||
addi tp, tp, 63
|
||||
add tp, tp, t0
|
||||
and tp, tp, -64
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue