diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-11-06 12:33:12 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-11-06 13:38:42 +0100 |
commit | 8d9c72a2e2f21fb61e615478ea802799e3ef98f0 (patch) | |
tree | 613ed1699d0111a79a685c19403107886cdfb562 /Makefile | |
parent | 80180eb2ca586aae1e8ac8e3b50ff3780dcd8839 (diff) |
linux-user/sparc: Use WREG_SP constant in sparc/signal.c
s/UREG_FP/WREG_SP/g
This is non-obvious because the UREG_FP constant is fact wrong.
However, the previous search-and-replace patch made it clear that
UREG_FP expands to WREG_O6, and we can see from the enumeration in
target/sparc/cpu.h that WREG_O6 is in fact WREG_SP, the stack pointer.
The UREG_SP define is unused; remove it.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20191106113318.10226-7-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions