From d78cdee689956c862bdc97471fd4f090bff7ae13 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 23 Jul 2018 14:28:40 +0000 Subject: [PATCH] adjusting new to capstone changes Former-commit-id: 59e54db139db17ed860959d33feb7cab3aa53024 --- libIRDB/src/core/SConscript | 2 +- libIRDB/src/core/operand_cs.cpp | 1 - libcapstone | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libIRDB/src/core/SConscript b/libIRDB/src/core/SConscript index c1251720c..c42f7419e 100644 --- a/libIRDB/src/core/SConscript +++ b/libIRDB/src/core/SConscript @@ -39,7 +39,7 @@ cpppath=''' . $SECURITY_TRANSFORMS_HOME/include/ $SECURITY_TRANSFORMS_HOME/libIRDB/include/ - $SECURITY_TRANSFORMS_HOME/libcapstone/include/ + $SECURITY_TRANSFORMS_HOME/libcapstone/include/capstone/ ''' # $SECURITY_TRANSFORMS_HOME/beaengine/include # $SECURITY_TRANSFORMS_HOME/beaengine/beaengineSources/Includes/ diff --git a/libIRDB/src/core/operand_cs.cpp b/libIRDB/src/core/operand_cs.cpp index a7621475d..5360bd994 100644 --- a/libIRDB/src/core/operand_cs.cpp +++ b/libIRDB/src/core/operand_cs.cpp @@ -217,7 +217,6 @@ string DecodedOperandCapstone_t::getString() const } assert(0); } - case X86_OP_FP: case X86_OP_INVALID: default: assert(0); diff --git a/libcapstone b/libcapstone index a31b53286..443f82ee7 160000 --- a/libcapstone +++ b/libcapstone @@ -1 +1 @@ -Subproject commit a31b532864639e2456aa1301f7d7f82d0abe1df0 +Subproject commit 443f82ee74f8e0308d53f5833414c07cd866219f -- GitLab