mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
gas-parse.c: Eliminate warning.
This commit is contained in:
parent
243248dab1
commit
73caedeebd
1 changed files with 0 additions and 2 deletions
|
|
@ -905,7 +905,6 @@ parse_instr(yasm_parser_gas *parser_gas)
|
|||
{
|
||||
yasm_bytecode *bc;
|
||||
char *id;
|
||||
size_t id_len;
|
||||
uintptr_t prefix;
|
||||
|
||||
if (parser_gas->intel_syntax) {
|
||||
|
|
@ -925,7 +924,6 @@ parse_instr(yasm_parser_gas *parser_gas)
|
|||
return NULL;
|
||||
|
||||
id = ID_val;
|
||||
id_len = ID_len;
|
||||
|
||||
/* instructions/prefixes must start with a letter */
|
||||
if (!isalpha(id[0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue