From 735d20db06d8683b3a58e45406cea34a4d4d4441 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 9 May 2019 00:39:37 +0800 Subject: [PATCH] cstest: do not use CS_OPT_SYNTAX_NOREGNAME in ppc64-encoding.s.cs --- suite/MC/PowerPC/ppc64-encoding.s.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/MC/PowerPC/ppc64-encoding.s.cs b/suite/MC/PowerPC/ppc64-encoding.s.cs index f6a93d424..8d6879368 100644 --- a/suite/MC/PowerPC/ppc64-encoding.s.cs +++ b/suite/MC/PowerPC/ppc64-encoding.s.cs @@ -1,4 +1,4 @@ -# CS_ARCH_PPC, CS_MODE_BIG_ENDIAN, CS_OPT_SYNTAX_NOREGNAME +# CS_ARCH_PPC, CS_MODE_BIG_ENDIAN, None // 0x4c,0x8a,0x18,0x20 = bclr 4, 10, 3 // 0x4c,0x8a,0x00,0x20 = bclr 4, 10, 0 // 0x4c,0x8a,0x18,0x21 = bclrl 4, 10, 3