Release 6.1.11

This commit is contained in:
Yuxin Zhou
2022-04-20 05:07:02 +00:00
parent f851772ce0
commit cef9cb22a5
784 changed files with 57616 additions and 101103 deletions

View File

@@ -77,9 +77,6 @@
// The entry point vectors are common for call0 and windowed configurations.
//-----------------------------------------------------------------------------
.extern _DoubleExceptionHandler
.extern _xtos_exc_dispatch
.section .DispatchVector.text, "ax"
#if XCHAL_HAVE_VECBASE
.align 64 // 64-byte alignment needed when vecbase
@@ -105,7 +102,7 @@ _Reserved1:
.weak _DoubleExceptionVector
_DoubleExceptionVector:
j _DoubleExceptionHandler
j _DoubleExceptionHandler // Externally defined
.org 9 // Reserved
.local _Reserved2