Fix crash on OS X x86_64.

This commit is contained in:
Toby Thain
2015-02-03 19:35:03 -05:00
parent 48996a6627
commit ea8ee367ee
2 changed files with 8 additions and 0 deletions

View File

@@ -551,6 +551,8 @@ static int assemble(
my_searchenv(macfile, "MCALL", hitfile, sizeof(hitfile));
if (hitfile[0])
macstr = new_file_stream(hitfile);
else
macstr = NULL;
}
if (macstr != NULL) {