parsing optimizations

This commit is contained in:
bellard
2002-11-23 18:15:17 +00:00
parent b81d4ba6b3
commit 8901fbeef1
2 changed files with 319 additions and 218 deletions

View File

@ -1891,7 +1891,7 @@ static int tcc_load_ldscript(TCCState *s1)
int t;
ch = file->buf_ptr[0];
handle_eob();
ch = handle_eob();
for(;;) {
t = ld_next(s1, cmd, sizeof(cmd));
if (t == LD_TOK_EOF)