http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From basic@mozdev.org 2004-26-09 05:23 ------- after digging abit more, I'm not sure if disabling pic/stack-protector is the correct fix for this one. It seems that the only issue here is that when pic is turned on, gcc does not allow some registers to be used directly by inline assembly (see http://bugs.kde.org/show_bug.cgi?id=79696), is there any reason to use inline assembly rather than syscall ?