diff options
author | Stefan Agner <stefan@agner.ch> | 2019-01-24 21:41:59 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-02-01 21:44:13 +0000 |
commit | baf2df8e15be22b8bd24bdd6fd4575b6641bcfd1 (patch) | |
tree | 8b6b090b973d71f064ed859b59284f04638e7105 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 071d184a19f673bbb69a593c2ff4bd7acc0d1fe6 (diff) |
ARM: 8827/1: fix argument count to match macro definition
The macro str8w takes 10 arguments, abort being the 10th. In this
particular instantiation the abort argument is passed as 11th
argument leading to an error when using LLVM's integrated
assembler:
<instantiation>:46:47: error: too many positional arguments
str8w r0, r3, r4, r5, r6, r7, r8, r9, ip, , abort=19f
^
arch/arm/lib/copy_template.S:277:5: note: while in macro instantiation
18: forward_copy_shift pull=24 push=8
^
The argument is not used in the macro hence this does not change
code generation.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions