sim-card
/
qemu
Archived
10
0
Fork 0

do not assume signed char

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1121 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-10-12 21:52:40 +00:00
parent 40b6ecc6bc
commit b8b5ac6376
1 changed files with 1 additions and 1 deletions

View 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;