From 8deb28a7f66d21f6cda5f0b70d884c94bd42517d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Oct 2017 19:01:29 +0100 Subject: [PATCH] SmallC: add missing call Confused how it didn't get pushed originally --- Applications/SmallC/primary.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/SmallC/primary.c b/Applications/SmallC/primary.c index 553ad234..8a139610 100644 --- a/Applications/SmallC/primary.c +++ b/Applications/SmallC/primary.c @@ -384,6 +384,7 @@ void callfunction(char *ptr) { while (!streq (line + lptr, ")")) { if (endst ()) break; + defer_output(); expression (NO); if (ptr == 0) gen_swap_stack (); -- 2.34.1