summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/module.c2
-rw-r--r--loader/win32.c1
2 files changed, 1 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){
diff --git a/loader/win32.c b/loader/win32.c
index 3174c4e17d..fbd4d5a4e5 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -4611,6 +4611,7 @@ static INT WINAPI expMessageBoxA(HWND hWnd, LPCSTR text, LPCSTR title, UINT type
* \param dest jump target
*/
void exp_EH_prolog(void *dest);
+void exp_EH_prolog_dummy(void);
//! just a dummy function that acts a container for the asm section
void exp_EH_prolog_dummy(void) {
__asm__ volatile (