[MPlayer-cvslog] r30267 - trunk/loader/win32.c
reimar
subversion at mplayerhq.hu
Sun Jan 10 20:58:01 CET 2010
Author: reimar
Date: Sun Jan 10 20:58:01 2010
New Revision: 30267
Log:
Change dummy value to fit into int.
Modified:
trunk/loader/win32.c
Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c Sun Jan 10 20:52:59 2010 (r30266)
+++ trunk/loader/win32.c Sun Jan 10 20:58:01 2010 (r30267)
@@ -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]);
More information about the MPlayer-cvslog
mailing list