From: johanknol Date: Sun, 1 Jul 2001 14:04:44 +0000 (+0000) Subject: Just to prevent a compiler crash X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=aa524159f55edf43a88eb60ebe01ef50d3dd4283;p=fw%2Fsdcc Just to prevent a compiler crash git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@984 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/z80/main.c b/src/z80/main.c index 4a7d3153..8822dfbb 100644 --- a/src/z80/main.c +++ b/src/z80/main.c @@ -406,7 +406,8 @@ PORT gbz80_port = _gbz80_asmCmd, "-plosgff", /* Options with debug */ "-plosgff", /* Options without debug */ - 1 + 1, + ".asm" }, { _gbz80_linkCmd,