]> git.proxmox.com Git - qemu.git/commitdiff
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 372f0a441b3bc78f2ccea3f4eecb1f1a624b7545..0496e141d4a0978f0649830b09203811688b6193 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;