From aa524159f55edf43a88eb60ebe01ef50d3dd4283 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 1 Jul 2001 14:04:44 +0000 Subject: [PATCH] Just to prevent a compiler crash git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@984 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/z80/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.30.2