From 509c5f0d8a3157a5932b96d54c989e678d1612fa Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 27 Apr 2016 21:13:24 +0200 Subject: [PATCH] Fixed a small mistake. ups. --- src/patcher/function_hooks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/patcher/function_hooks.c b/src/patcher/function_hooks.c index 167db42..a3ec0a9 100644 --- a/src/patcher/function_hooks.c +++ b/src/patcher/function_hooks.c @@ -203,7 +203,6 @@ void PatchMethodHooks(void) void RestoreInstructions(void) { bat_table_t table; - KernelSetDBATs(&table); log_printf("Restore functions!\n"); int method_hooks_count = sizeof(method_hooks) / sizeof(struct hooks_magic_t); for(int i = 0; i < method_hooks_count; i++)