From 374a645b845660fb7c01c004e7fad0ab893b0fed Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 7 Dec 2023 19:51:38 +0000 Subject: [PATCH] correction to VL --- src/openpower/decoder/isa/test_caller_svp64_dd_ffirst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2