From a78c276d65ed402d6bdb4232bb0cb7c6fbdfbb4b Mon Sep 17 00:00:00 2001 From: Daniel Benusovich Date: Thu, 22 Nov 2018 15:42:01 -0800 Subject: [PATCH] Correcting name of referenced macro --- isa/macros/simplev/sv_test_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isa/macros/simplev/sv_test_macros.h b/isa/macros/simplev/sv_test_macros.h index b17a5bf..e881108 100644 --- a/isa/macros/simplev/sv_test_macros.h +++ b/isa/macros/simplev/sv_test_macros.h @@ -111,7 +111,7 @@ #define SV_ELWIDTH_NONLOAD_TEST(code, load_instruction, testdata, elwidth, vl, wid1, wid2, wid3, isvec1, isvec2, isvec3, \ expect1, expect2, expect3 ) \ - SV_ELDWIDTH_TEST(load_instruction, testdata, elwidth, vl, wid1, wid2, wid3, isvec1, isvec2, isvec3, \ + SV_ELWIDTH_TEST(load_instruction, testdata, elwidth, vl, wid1, wid2, wid3, isvec1, isvec2, isvec3, \ expect1, expect2, expect3, code x28, x15, x12) \ #define SV_ELWIDTH_TEST(load_instruction, testdata, elwidth, vl, wid1, wid2, wid3, isvec1, isvec2, isvec3, \ -- 2.30.2