http://bugs.winehq.org/show_bug.cgi?id=10580
--- Comment #16 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-26 00:26:03 --- I think found the problem. The old codepath used to remap constant indexes: tmp_loc = constant_locations[lconst->idx] New code doesn't. Inserting extra debug print statements confirms it: 23 != 11 22 != 11 13 != 11 (11 being the lconst->idx).