X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInterpreter.c;h=fba9e3f4204a8609a51a1bc6a935e98b85cf9692;hb=6feeea5a596026e3416ec6dcd5cae6fecaeb2e27;hp=81d4e38d93178ff23fc71d1ec664810c89fd01b4;hpb=a0be7e7ccd602efd9b7d35b3e0747a2c4f155ce9;p=ghc-hetmet.git diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 81d4e38..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" @@ -1249,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 */ }