X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=blobdiff_plain;f=JVM%2FAssembler.hs;h=7ac59c64a0915734a64e55f261d51ac32e9f95bf;hp=b47c4cc757e6aa0c255d8b1b24fee5393570dc35;hb=e9f82ee018d11b66f73e5e97591a6de474e76848;hpb=e4964e8a0d74339ed7433082d9c49cde2d7dc1b9 diff --git a/JVM/Assembler.hs b/JVM/Assembler.hs index b47c4cc..7ac59c6 100644 --- a/JVM/Assembler.hs +++ b/JVM/Assembler.hs @@ -54,7 +54,7 @@ data Code = Code { codeExceptionsN :: Word16, codeExceptions :: [CodeException], codeAttrsN :: Word16, - codeAttributes :: Attributes Pointers } + codeAttributes :: Attributes File } deriving (Eq, Show) -- | Exception descriptor