forked from xuos/xiuos
Merge branch 'develop' of https://git.trustie.net/wwg666/xiuos into develop
This commit is contained in:
commit
cf7b906007
|
@ -33,7 +33,7 @@ History:
|
|||
Author: AIIT XUOS Lab
|
||||
Modification:
|
||||
*************************************************/
|
||||
|
||||
.extern Rv32m1VgeaStart
|
||||
#define EXCEPTION_STACK_SIZE 0x58
|
||||
|
||||
.text
|
||||
|
@ -108,7 +108,7 @@ Reset_Handler:
|
|||
# Enable global interrupt. */
|
||||
csrsi mstatus, 8
|
||||
|
||||
jal main
|
||||
jal Rv32m1VgeaStart
|
||||
ebreak
|
||||
|
||||
.size Reset_Handler, . - Reset_Handler
|
||||
|
|
Loading…
Reference in New Issue