extend previous hard-coded magic constant (256) used to indicate
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 May 2023 11:33:26 +0000 (12:33 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 2 Jun 2023 18:51:18 +0000 (19:51 +0100)
commit9ea013f7a953abc5921d73a49e097397933cc051
tree2d90cf27351b87d9c2fa1c4859c614fcd47f8e8a
parent0dd5f9f38775e8bc2920954e34ba7c1452f42e5f
extend previous hard-coded magic constant (256) used to indicate
"effectively unlimited" (see check_extsign) out to 1024. it would be
better to set this at the bare-minimum limit (257, 258) as it requests
that python runtime create massive-large ints
src/openpower/decoder/helpers.py
src/openpower/decoder/isa/caller.py
src/openpower/decoder/selectable_int.py