add "memory" and "cc" clobbers to asm statements

This commit is contained in:
Wolfgang Thaller 2012-04-05 10:46:36 +02:00
parent 012f491d4e
commit de0aa6610b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ outputItem typeMap (FunctionItem rettype name arguments words mbParamRegs) =
PP.nest 4 (PP.vcat asmStatements) $+$
showConstraints outs $+$
showConstraints ins $+$
PP.text ": \"%a0\", \"%a1\", \"%d0\", \"%d1\", \"%d2\""
PP.text ": \"%a0\", \"%a1\", \"%d0\", \"%d1\", \"%d2\", \"memory\", \"cc\""
<> (if tooltrap then PP.text ", \"%a5\"" else PP.empty)
)
$+$ PP.text ");"