Fixed: clear the tables and stacks from the previous operation.
This commit is contained in:
parent
c4fc1f9f4f
commit
c4532d85e7
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ namespace arookas
|
||||||
{
|
{
|
||||||
throw new ArgumentNullException("importResolver");
|
throw new ArgumentNullException("importResolver");
|
||||||
}
|
}
|
||||||
|
DataTable.Clear();
|
||||||
|
SymbolTable.Clear();
|
||||||
|
Scopes.Clear();
|
||||||
|
Loops.Clear();
|
||||||
ImportResolver = importResolver;
|
ImportResolver = importResolver;
|
||||||
writer = new aBinaryWriter(output, Endianness.Big, Encoding.GetEncoding(932));
|
writer = new aBinaryWriter(output, Endianness.Big, Encoding.GetEncoding(932));
|
||||||
Text = new sunWriter(writer);
|
Text = new sunWriter(writer);
|
||||||
|
|
Loading…
Add table
Reference in a new issue