summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/module.c b/loader/module.c
index feaab14605..3eb024460a 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -849,7 +849,6 @@ static int report_func(void *stack_base, int stack_size, reg386_t *reg, uint32_t
#endif
-#if 1
// emulate some functions:
switch(reg->eax){
// memory management:
@@ -895,7 +894,6 @@ static int report_func(void *stack_base, int stack_size, reg386_t *reg, uint32_t
#endif
return 1;
}
-#endif
#if 0
switch(reg->eax){