summary refs log tree commit diff stats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-11-06 12:33:12 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-11-06 13:38:42 +0100
commit8d9c72a2e2f21fb61e615478ea802799e3ef98f0 (patch)
tree613ed1699d0111a79a685c19403107886cdfb562 /linux-user/syscall.c
parent80180eb2ca586aae1e8ac8e3b50ff3780dcd8839 (diff)
downloadfocaccia-qemu-8d9c72a2e2f21fb61e615478ea802799e3ef98f0.tar.gz
focaccia-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/syscall.c')
0 files changed, 0 insertions, 0 deletions