]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x only: Clean up unused Ijk_... values
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 23 Apr 2025 12:49:20 +0000 (12:49 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 23 Apr 2025 12:49:20 +0000 (12:49 +0000)
commitb44d61f5b63f1330cbca0ffd6294991979d370e9
treefc84b5ccba7728f1f0d8c259f9d6c5bc66390c8e
parent3ddf7065ec36f49307ed7111eb7c5c3c766af273
s390x only: Clean up unused Ijk_... values

The following jump kinds were never assigned to any variable but were
checked for in various contexts:

- Ijk_MapFail
- Ijk_SigTRAP
- Ijk_SigSEGV
- Ijk_SigBUS

Tighten that up.
VEX/priv/host_s390_defs.c
VEX/priv/host_s390_isel.c