Move generic start code and memset into arch/generic.h
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#if defined(__mips__)
|
||||
#include "../int.h"
|
||||
|
||||
#include "generic.h"
|
||||
|
||||
void exit(int8_t status){
|
||||
asm (
|
||||
"move $a0, %0\n"
|
||||
|
||||
Reference in New Issue
Block a user