Modified RV32F instructions to support 64-bit register file and added RV64F ISA extension
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user