Removed the need to do vx_tmc(1) at start of main

This commit is contained in:
fares 2019-11-22 18:04:01 -05:00
parent f3ea5820c1
commit e61f8ecace

View file

@ -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