From: notaz Date: Thu, 11 Aug 2011 22:17:36 +0000 (+0300) Subject: gpu_unai: fix inline asm statements X-Git-Tag: r9~15 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=1db5bc1ed7f992d7c2686f5359e53301eba2b2ca;hp=1db5bc1ed7f992d7c2686f5359e53301eba2b2ca;ds=sidebyside gpu_unai: fix inline asm statements newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever. ---