X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Mate%2FTypes.hs;h=de17e3780aa4cf8c695e72ce4a6891fb505a64e8;hb=2ac2a68eb5b709caa636d1a9a56a40268d378550;hp=67ac2a52b1d016cab35d6fa625287344d0eaba9e;hpb=34939ca19d5f608efb04dcb2cdd97dd3f922d4a6;p=mate.git diff --git a/Mate/Types.hs b/Mate/Types.hs index 67ac2a5..de17e37 100644 --- a/Mate/Types.hs +++ b/Mate/Types.hs @@ -42,6 +42,7 @@ type BlockID = Int -- Represents a CFG node data BasicBlock = BasicBlock { code :: [Instruction], + exception :: B.ByteString, successor :: BBEnd } -- describes (leaving) edges of a CFG node