diff --git a/libIRDB/src/core/SConscript b/libIRDB/src/core/SConscript
index c1251720c086064332b08ab6a369ecf028e2ae83..c42f7419ef14a492131321c105f8738bef81618f 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 a7621475d367654579832ec26ec9d5f1148f3ab7..5360bd994d5886d0ad934765629bea4b4271ad45 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 a31b532864639e2456aa1301f7d7f82d0abe1df0..443f82ee74f8e0308d53f5833414c07cd866219f 160000
--- a/libcapstone
+++ b/libcapstone
@@ -1 +1 @@
-Subproject commit a31b532864639e2456aa1301f7d7f82d0abe1df0
+Subproject commit 443f82ee74f8e0308d53f5833414c07cd866219f