mirror of
https://github.com/wiiu-env/KernelModule.git
synced 2024-11-08 19:15:08 +01:00
Remove the main function, it's not needed anymore
This commit is contained in:
parent
8f9f196c8e
commit
9e015bf531
@ -72,8 +72,6 @@ void KernelReadSRsInternalFunc(sr_table_t * table) {
|
||||
}
|
||||
|
||||
void KernelWriteSRsInternalFunc(sr_table_t * table) {
|
||||
uint32_t i = 0;
|
||||
|
||||
asm volatile("eieio; isync");
|
||||
|
||||
// Writing didn't work for all at once so we only write number 8.
|
||||
@ -188,7 +186,3 @@ void kernelInitialize() {
|
||||
WUMS_INITIALIZE(){
|
||||
kernelInitialize();
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user