parisc: add braces around arguments in assembler macros
authorHelge Deller <deller@gmx.de>
Sun, 18 Jan 2009 17:13:53 +0000 (18:13 +0100)
committerKyle McMartin <kyle@treachery.i.cabal.ca>
Fri, 13 Mar 2009 05:18:27 +0000 (01:18 -0400)
Add braces around the macro arguments, else for example
"shl %r1, 5-3, %r2" would not expand to what you would assume.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

No differences found