X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=fba9e3f4204a8609a51a1bc6a935e98b85cf9692;hb=8b08c15b8ace5a76e341939081fbb6ad2736ddd1;hp=56e9bb67cea7c43ec25d9bc8c4ffe8c6c27123b9;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 56e9bb6..fba9e3f 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -12,7 +12,6 @@ #include "TSO.h" #include "Schedule.h" #include "RtsFlags.h" -#include "Storage.h" #include "LdvProfile.h" #include "Updates.h" #include "Sanity.h" @@ -261,8 +260,6 @@ eval_obj: case CONSTR_2_0: case CONSTR_1_1: case CONSTR_0_2: - case CONSTR_INTLIKE: - case CONSTR_CHARLIKE: case CONSTR_STATIC: case CONSTR_NOCAF_STATIC: case FUN: @@ -1251,7 +1248,8 @@ run_BCO: // Errors default: - barf("interpretBCO: unknown or unimplemented opcode"); + barf("interpretBCO: unknown or unimplemented opcode %d", + (int)BCO_NEXT); } /* switch on opcode */ }