diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2025-01-08 17:27:06 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2025-01-13 11:50:18 +0300 |
commit | 061a5e4ac36dac35bb4dfd6a6054c5657b953881 (patch) | |
tree | eedcb7220d31c0146bfe2acb68ab14e905f9fc92 /tools/perf/scripts/python/gecko.py | |
parent | 4a0f62a3009be6515f5863970994a350a938ac52 (diff) | |
download | linux-061a5e4ac36dac35bb4dfd6a6054c5657b953881.tar.xz |
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/gecko.py')
0 files changed, 0 insertions, 0 deletions