From: Luke Kenneth Casson Leighton Date: Thu, 7 Dec 2023 19:51:38 +0000 (+0000) Subject: correction to VL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=374a645b845660fb7c01c004e7fad0ab893b0fed;p=openpower-isa.git correction to VL --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py index 9085220d..cb9c2c6d 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py +++ b/src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py @@ -22,7 +22,7 @@ def cmpd(x, y): # see https://bugs.libre-soc.org/show_bug.cgi?id=1183#c3 def sv_cmpi(gpr, CR, vl, ra, si): i = 0 - while i < VL: + while i < vl: CR[idx] = cmpd(gpr[rz + i], si) if CR[idx].lt: break