* support/regression/tests/bug-478094.c: Added.
[fw/sdcc] / src / SDCCicode.h
index 4156e257fde85a3adda835b4d907d6f981c084e5..a7534ecca0151ab617cff4f1c51c7efb23d673ce 100644 (file)
@@ -169,7 +169,7 @@ typedef struct iCode
     union
       {
        symbol *label;          /* for a goto statement     */
-       value *args;
+       value *args;            /* for a function */
       }
     argLabel;