mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
Fix testcpu build break when targeting latest NDK
This commit is contained in:
parent
9f1f6e4fe1
commit
b8ab6e2be0
@ -60,7 +60,7 @@ static void _start_tests(void) {
|
|||||||
// Currently this test is the only one that runs as a black screen
|
// Currently this test is the only one that runs as a black screen
|
||||||
extern int test_cpu(int, char *[]);
|
extern int test_cpu(int, char *[]);
|
||||||
test_cpu(local_argc, local_argv);
|
test_cpu(local_argc, local_argv);
|
||||||
tkill(getpid(), SIGKILL); // and we're done ...
|
kill(getpid(), SIGKILL); // and we're done ...
|
||||||
#elif TEST_VM
|
#elif TEST_VM
|
||||||
extern void test_vm(int, char *[]);
|
extern void test_vm(int, char *[]);
|
||||||
test_vm(local_argc, local_argv);
|
test_vm(local_argc, local_argv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user