summary refs log tree commit diff stats
path: root/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c')
-rw-r--r--tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c b/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c
index 0a7d21dcbd..a77a8e4eb5 100644
--- a/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c
+++ b/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c
@@ -31,7 +31,9 @@
 
 int32_t main(void)
 {
-    char *instruction_name = "CLZ";
+    char *isa_ase_name = "mips64r6";
+    char *group_name = "Bit Count";
+    char *instruction_name =   "CLZ";
     int32_t ret;
     uint32_t i;
     struct timeval start, end;