Massive patch for the first months work adding System FC to GHC #15
[ghc-hetmet.git] / rts / Interpreter.c
index 81d4e38..94a0286 100644 (file)
@@ -1249,7 +1249,8 @@ run_BCO:
            
            // Errors
        default: 
-           barf("interpretBCO: unknown or unimplemented opcode");
+           barf("interpretBCO: unknown or unimplemented opcode %d",
+                 (int)BCO_NEXT);
 
        } /* switch on opcode */
     }