Fix clobber list for inline add/sub/mul instructions
authorSimon Hausmann <simon.hausmann@digia.com>
Sun, 2 Dec 2012 19:10:09 +0000 (20:10 +0100)
committerLars Knoll <lars.knoll@digia.com>
Sun, 2 Dec 2012 19:23:22 +0000 (20:23 +0100)
commit73d95c5e914b3d9f31c1f673ba3edb029981dc17
treeb924e9ecd8acfa9e65c216acedd079c8efabad3e
parentd8530fedc2cc75c1abc8452dac18b8e81d61d6d5
Fix clobber list for inline add/sub/mul instructions

These inline asm blocks do also change flags, therefore we need to add the
condition code register to the list of clobbered pseudo registers.

Change-Id: Iea7b2557813bbb2fa86d7506e6416092fdc14702
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qmljs_math.h