summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2025-01-08 15:27:06 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2025-01-13 09:50:18 +0100
commit061a5e4ac36dac35bb4dfd6a6054c5657b953881 (patch)
treeeedcb7220d31c0146bfe2acb68ab14e905f9fc92 /tools/perf/scripts/python
parent4a0f62a3009be6515f5863970994a350a938ac52 (diff)
s390/ebcdic: Fix length decrement in codepage_convert()
The inline assembly uses the ahi instruction to decrement and test whether more than 256 bytes are left for conversion. But the nr variable passed is of type unsigned long. Therefore use aghi. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reported-by: Jens Remus <jremus@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions