correction to VL
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 7 Dec 2023 19:51:38 +0000 (19:51 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 9 Dec 2023 06:46:35 +0000 (06:46 +0000)
src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py

index 9085220d012e9ec28890070035bc52c6969dc6ea..cb9c2c6d3f1b40777604cdace7a628579a8e526c 100644 (file)
@@ -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