diff options
| author | Richard Henderson | 2019-11-06 12:33:12 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2019-11-06 13:38:42 +0100 |
| commit | 8d9c72a2e2f21fb61e615478ea802799e3ef98f0 (patch) | |
| tree | 613ed1699d0111a79a685c19403107886cdfb562 /linux-user/xtensa | |
| parent | linux-user/sparc: Begin using WREG constants in sparc/signal.c (diff) | |
| download | qemu-8d9c72a2e2f21fb61e615478ea802799e3ef98f0.tar.gz qemu-8d9c72a2e2f21fb61e615478ea802799e3ef98f0.tar.xz qemu-8d9c72a2e2f21fb61e615478ea802799e3ef98f0.zip | |
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 'linux-user/xtensa')
0 files changed, 0 insertions, 0 deletions
