aboutsummaryrefslogtreecommitdiff
path: root/devkit/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'devkit/test.c')
-rw-r--r--devkit/test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/devkit/test.c b/devkit/test.c
index ddf25a4..2649f20 100644
--- a/devkit/test.c
+++ b/devkit/test.c
@@ -1,11 +1,7 @@
#include "cacheracer.h"
void __start(int core_id, unsigned char payload) {
- printi(HOME_RW_START - sizeof(struct player_status));
- /* int test = global + 2; */
- /* print(hello); */
int *ptr = (int*) (HOME_DATA_START + 0x100 * core_id);
- /* int *ptr = (int*) (0x6000); */
int i = 0;
if (core_id > 1) {
prints("Core ID > 1, sneak attacking");