From acc53c9609db7f7d3dade8fac7e90d6f8b9a4733 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 10 Jan 2010 19:58:01 +0000 Subject: Change dummy value to fit into int. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30267 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/win32.c b/loader/win32.c index 289290d3bf..fa97d29fbb 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -5326,7 +5326,7 @@ struct libs libraries[]={ 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]); -- cgit v1.2.3