arm: update core. this added a new instruction UDF. also updated Python+Java bindings accordingly
diff --git a/MCInstrDesc.h b/MCInstrDesc.h
index 0691152..ae94b4f 100644
--- a/MCInstrDesc.h
+++ b/MCInstrDesc.h
@@ -109,7 +109,8 @@
 	MCID_Rematerializable,
 	MCID_CheapAsAMove,
 	MCID_ExtraSrcRegAllocReq,
-	MCID_ExtraDefRegAllocReq
+	MCID_ExtraDefRegAllocReq,
+	MCID_RegSequence,
 };
 
 /// MCInstrDesc - Describe properties that are true of each instruction in the