Cleanup code
This commit is contained in:
@@ -94,7 +94,7 @@ static __always_inline void __syscall_ChangeClearPad(int32_t _reserved) {
|
||||
__syscall_function_cast(__syscall_Table_B, void(*)(int32_t))(_reserved);
|
||||
}
|
||||
|
||||
static __always_inline void __syscall_ReturnFromException() {
|
||||
static __always_inline void [[noreturn]] __syscall_ReturnFromException() {
|
||||
register uint32_t FuncID asm("t1") = 0x17;
|
||||
__asm__ volatile("" : "=r"(FuncID) : "r"(FuncID));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user