From bf04f2ccc10b34925846978d49569c9c09fc5259 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Mon, 16 May 2016 14:54:21 +0800 Subject: [PATCH] regress: fix issue number of x86_special_insn.py --- suite/regress/x86_special_insn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/regress/x86_special_insn.py b/suite/regress/x86_special_insn.py index f5bf553..168e3e8 100755 --- a/suite/regress/x86_special_insn.py +++ b/suite/regress/x86_special_insn.py @@ -2,7 +2,7 @@ # Test some special instructions unsupported by LLVM -# Github issue: #987654321 +# Github issue: #58 # Author: Nguyen Anh Quynh from keystone import * -- GitLab