diff --git a/lvtrun/src/Parsing/Functions.hs b/lvtrun/src/Parsing/Functions.hs index bf6364c..40b30b5 100644 --- a/lvtrun/src/Parsing/Functions.hs +++ b/lvtrun/src/Parsing/Functions.hs @@ -27,8 +27,7 @@ parseFunctionsIndex idtfier maxIdx cntent Function { funcType = typeIdx, funcIdx = idtfier, - body = [], - locals = [] + body = [], locals = [] } : parseFunctionsIndex (idtfier + 1) maxIdx rest where (typeIdx, rest) = getLEB128ToI32 cntent