Skip to content

Commit

Permalink
fixme note
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrig committed May 7, 2017
1 parent 81d0096 commit 14f7cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/bincheck/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class_file = struct
, u2 "minor_version"
, u2 "major_version"
, u2 "constant_pool_count"
-- FIXME: Long and Double constant pool entries 'use' 2 entries in the array
, arrayG cp_info "constant_pool" (\v-> asInteger(v"constant_pool_count") - 1)
, u2 "access_flags"
, u2 "this_class" ~~> constant_pool
Expand Down

0 comments on commit 14f7cfe

Please sign in to comment.