mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Removed the need to do vx_tmc(1) at start of main
This commit is contained in:
parent
f3ea5820c1
commit
e61f8ecace
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ _start:
|
|||
la a0, __libc_fini_array # Register global termination functions
|
||||
call atexit # to be called upon exit
|
||||
call __libc_init_array # Run global initialization functions
|
||||
li a0, 4
|
||||
.word 0x0005006b # tmc 4
|
||||
# li a0, 4
|
||||
# .word 0x0005006b # tmc 4
|
||||
call main
|
||||
tail exit
|
||||
.size _start, .-_start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue