fix for asmconv - stop translating after .sect .end.
This commit is contained in:
parent
f28a0a5258
commit
d6598cc7cd
@ -507,7 +507,8 @@ void gnu_emit_instruction(asm86_t *a)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (a->opcode == DOT_END) {
|
if (a->opcode == DOT_END) {
|
||||||
/* Ignore .end in gnu mode. */
|
/* Stop translating after .sect .end. */
|
||||||
|
exit(0);
|
||||||
} else
|
} else
|
||||||
if (a->opcode == DOT_LABEL) {
|
if (a->opcode == DOT_LABEL) {
|
||||||
assert(a->args->operator == ':');
|
assert(a->args->operator == ':');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user