https://bugs.winehq.org/show_bug.cgi?id=38470 --- Comment #12 from André H. <nerv(a)dawncrow.de> --- (In reply to MY123 from comment #11)
* Should check if we can decrement SP by the value provided in r4, but we shouldn't need that. */ -__ASM_GLOBAL_FUNC( __chkstk, "bx lr" ) +__ASM_GLOBAL_FUNC( __chkstk, "mov r12, #4\n mul r4,r4,r12\n bx lr" )
Use IP instead of r12, it's less cryptically. Also add newlines in the source as seen elsewhere in that file (that also should avoid some whitespaces). Use spaces after commas. Maybe also adjust the comment. Then you should be ready to send it to wine-patches. Thx! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.