diff options
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backendC/CleanCompilerSources/instructions.c b/backendC/CleanCompilerSources/instructions.c index 6616c8d..6f6577c 100644 --- a/backendC/CleanCompilerSources/instructions.c +++ b/backendC/CleanCompilerSources/instructions.c @@ -3268,10 +3268,7 @@ void GenSystemImports (void) void GenParameters (Bool input, Parameters params, int asp, int bsp) { int is_first_parameter; - - if (params==NULL) - return; - + if (input) put_instruction_ (Iin); else |