X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=5a564ba40ffe623de04b3d4e9accbef3cce54d56;hb=28c2bbb03ff6144f3a09e5286c8c3ca6ad3689e8;hp=16a8e242bdd54c9eecb89a074c2aea2892d2153f;hpb=5d52d9b64c21dcf77849866584744722f8121389;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 16a8e24..5a564ba 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -276,9 +276,7 @@ eval_obj: switch ( get_itbl(obj)->type ) { case IND: - case IND_OLDGEN: case IND_PERM: - case IND_OLDGEN_PERM: case IND_STATIC: { tagged_obj = ((StgInd*)obj)->indirectee;