mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Apply patch from BR 890790
This commit is contained in:
parent
cf9332ca51
commit
4c9d6220b4
@ -4412,6 +4412,8 @@ static char *pp_getline(void)
|
|||||||
nasm_free(i);
|
nasm_free(i);
|
||||||
if (!istk)
|
if (!istk)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
if (istk->expansion && istk->expansion->finishes)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
7
test/br890790.asm
Executable file
7
test/br890790.asm
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
;Testname=test; Arguments=-fbin -obr890790.bin; Files=.stdout .stderr br890790.bin
|
||||||
|
%rep 5
|
||||||
|
db 0
|
||||||
|
%include "br890790_i.asm"
|
||||||
|
%endrep
|
||||||
|
|
||||||
|
db 1
|
1
test/br890790_i.asm
Executable file
1
test/br890790_i.asm
Executable file
@ -0,0 +1 @@
|
|||||||
|
db 2
|
Loading…
Reference in New Issue
Block a user