Skip to content

Commit

Permalink
do not assume signed char
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1121 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Oct 12, 2004
1 parent 40b6ecc commit b8b5ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i386-dis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b8b5ac6

Please sign in to comment.