From 0c456e93c092b8541cbedb0637a03006aed26f79 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Tue, 7 Jun 2016 13:34:53 -0400 Subject: [PATCH] Remove testing code that has no place here --- source/patch/reboot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/patch/reboot.c b/source/patch/reboot.c index 48770dd..a7077cb 100644 --- a/source/patch/reboot.c +++ b/source/patch/reboot.c @@ -110,6 +110,4 @@ patch_reboot() fread(mem, 1, fsize(f), f); fclose(f); - - write_file((void *)0x1FF8000, "/test", 0x8000); } -- 2.39.5