Export _cache_init from crt0.S.
This commit is contained in:
parent
90314052fa
commit
eb643f1132
|
@ -234,6 +234,7 @@ _exception_handler:
|
|||
l.jr r9
|
||||
l.nop
|
||||
|
||||
.global _cache_init
|
||||
_cache_init:
|
||||
/*
|
||||
This function is to be used ONLY during reset, before main() is called.
|
||||
|
|
Loading…
Reference in New Issue