mirror of
https://github.com/brain-hackers/lab
synced 2026-03-12 06:04:18 +09:00
selftest mode caller
This commit is contained in:
9
x1/selftester/selftester.c
Normal file
9
x1/selftester/selftester.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <libbrain.h>
|
||||
|
||||
int main(void *arg)
|
||||
{
|
||||
typedef void (*FUNC_POINTER)();
|
||||
FUNC_POINTER func = (FUNC_POINTER)0x60198000;
|
||||
func();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user