diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-11-25 14:33:10 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-11-25 14:33:10 +0000 |
| commit | 6ce09f7706f6999009db17a5db2512eedece7f3f (patch) | |
| tree | 5697f87fcc7277d0ca162cf22e3a6afad08dc37a /asm | |
| parent | 35f503c642e9dd127a2b989e4e12a10691cba3d4 (diff) | |
20101125-1432
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/assem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/assem.c b/asm/assem.c index 9b12c503..b35796fc 100644 --- a/asm/assem.c +++ b/asm/assem.c @@ -263,6 +263,8 @@ srcout(void) { char *p; + if(srcpath == nil) + return; for(p = srcpath; *p; p++) Bputc(bout, *p); Bputc(bout, '\0'); |
