new options: --no-c-code-in-asm and --i-code-in-asm
[fw/sdcc] / support / Util / MySystem.c
index e18646b211fa94adf5bd0cf261c5e82020f6c174..a574b85c201a0f747b66d34cf4af07e89f4e3642 100644 (file)
@@ -78,7 +78,7 @@ my_system (const char *cmd)
       i++;
     }
 
-  if (verboseExec)
+  if (options.verboseExec)
     {
       printf ("+ %s\n", cmdLine ? cmdLine : cmd);
     }