diff options
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r-- | rts/Interpreter.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index f88e47493c..5e796cd842 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -342,8 +342,7 @@ eval_obj: case CONSTR_2_0: case CONSTR_1_1: case CONSTR_0_2: - case CONSTR_STATIC: - case CONSTR_NOCAF_STATIC: + case CONSTR_NOCAF: case FUN: case FUN_1_0: case FUN_0_1: |