mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Removed all instances of my username \'ssrivatsan8\' and un-did the changes to vx_start.S
This commit is contained in:
parent
76eb79d7fa
commit
d14e05e748
2 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
RISCV_TOOLCHAIN_PATH ?= /opt/riscv-gnu-toolchain
|
||||
# simx64
|
||||
RISCV64_TOOLCHAIN_PATH ?= /nethome/ssrivatsan8/riscv
|
||||
|
||||
|
||||
CC = $(RISCV_TOOLCHAIN_PATH)/bin/riscv32-unknown-elf-gcc
|
||||
AR = $(RISCV_TOOLCHAIN_PATH)/bin/riscv32-unknown-elf-gcc-ar
|
||||
|
|
|
@ -23,13 +23,13 @@ _start:
|
|||
call memset
|
||||
|
||||
# Register global termination functions
|
||||
# la a0, __libc_fini_array
|
||||
la a0, __libc_fini_array
|
||||
|
||||
# to be called upon exit
|
||||
call atexit
|
||||
|
||||
# Run global initialization functions
|
||||
# call __libc_init_array
|
||||
call __libc_init_array
|
||||
|
||||
# call main program routine
|
||||
call main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue