Export _cache_init from crt0.S.

This commit is contained in:
whitequark 2015-07-31 02:40:52 +03:00
parent 90314052fa
commit eb643f1132
1 changed files with 1 additions and 0 deletions

View File

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