http://bugs.winehq.org/show_bug.cgi?id=12322
--- Comment #3 from Jeff Layton jlayton@poochiereds.net 2008-04-11 06:31:05 --- My mistake -- I misread the assembly. This isn't loading 0x4da918 into %ecx. It's loading the contents of addr 0x4da918 into that reg:
408dc0: 8b 0d 18 a9 4d 00 mov 0x4da918,%ecx
...when I set a breakpoint at that address and look:
Wine-dbg>x 0x004da918 00000001
...so these instructions are working as expected, but the contents at that address are not what is expected. I'll have to poke around and see if I can tell what that address is supposed to hold.