SmallC: add missing call
authorAlan Cox <alan@linux.intel.com>
Sun, 15 Oct 2017 18:01:29 +0000 (19:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 15 Oct 2017 18:01:29 +0000 (19:01 +0100)
Confused how it didn't get pushed originally

Applications/SmallC/primary.c

index 553ad23..8a13961 100644 (file)
@@ -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 ();