Removed all instances of my username \'ssrivatsan8\' and un-did the changes to vx_start.S

This commit is contained in:
Santosh Srivatsan
2021-12-13 20:01:11 -05:00
parent 76eb79d7fa
commit d14e05e748
2 changed files with 2 additions and 5 deletions

View File

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