do not assume signed char
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 12 Oct 2004 21:52:40 +0000 (21:52 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 12 Oct 2004 21:52:40 +0000 (21:52 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1121 c046a42c-6fe2-441c-8c8c-71466251a162

i386-dis.c

index 372f0a4..0496e14 100644 (file)
@@ -1832,7 +1832,7 @@ static bfd_vma start_pc;
  * The function returns the length of this instruction in bytes.
  */
 
-static char intel_syntax;
+static int8_t intel_syntax;
 static char open_char;
 static char close_char;
 static char separator_char;