changeset 30225:b49cb1cd3b62

Change dummy value to fit into int.
author reimar
date Sun, 10 Jan 2010 19:58:01 +0000
parents f3da21b2590d
children cf58d8f46d98
files loader/win32.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Sun Jan 10 19:52:59 2010 +0000
+++ b/loader/win32.c	Sun Jan 10 19:58:01 2010 +0000
@@ -5326,7 +5326,7 @@
 
 static WIN_BOOL WINAPI ext_stubs(void)
 {
-    volatile int idx = 0xdeadabcd;
+    volatile int idx = 0x0deadabc;
     // make sure gcc does not do eip-relative call or something like that
     volatile void (*my_printf)(char *, char *) = (void *)0xdeadfbcd;
     my_printf("Called unk_%s\n", export_names[idx]);