Change:
[oota-llvm.git] / lib / MC / MCDisassembler / EDInst.h
index ceb9505028de6241775aecfc56d2fbb522c1d128..6b78dc826c92e9b6ef02bea9c04fa5ab0347eafa 100644 (file)
@@ -73,7 +73,7 @@ struct EDInst {
   std::string String;
   /// The order in which operands from the InstInfo's operand information appear
   /// in String
-  const char* OperandOrder;
+  const signed char* OperandOrder;
   
   /// The result of the parseOperands() function
   CachedResult ParseResult;