gpu_unai: fix inline asm statements
authornotaz <notasas@gmail.com>
Thu, 11 Aug 2011 22:17:36 +0000 (01:17 +0300)
committernotaz <notasas@gmail.com>
Fri, 12 Aug 2011 21:56:40 +0000 (00:56 +0300)
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.


No differences found