Fixed bug in function return code

This commit is contained in:
ceriel
1991-03-26 13:38:36 +00:00
parent 9565b3bd24
commit dcb6a17cf3
2 changed files with 3 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ CodeEndBlock(df, StackAdjustment)
}
if( tp->tp_size == word_size )
C_lol(-tp->tp_size);
if( tp->tp_size == 2 * word_size )
else if( tp->tp_size == 2 * word_size )
C_ldl(-tp->tp_size);
else {
C_lal(-tp->tp_size);