Skip to content

Commit

Permalink
Somehow need an explicit Hash()
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbates committed Mar 31, 2017
1 parent f2e2a43 commit e194e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function readbytecodeconsts(bctx::BytecodeContext)
readitem(bctx.ctx)
end
end
return RList(v)
return RList(v, Hash())
end

function readbytecodecontents(bctx::BytecodeContext)
Expand Down

0 comments on commit e194e2e

Please sign in to comment.