Skip to content

Commit

Permalink
Merge pull request #12 from halgari/detailed-locals
Browse files Browse the repository at this point in the history
add more details for locals
  • Loading branch information
gtrak committed Feb 6, 2015
2 parents b49e778 + 4a9e52b commit 5adfcf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/no/disassemble/r.clj
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ _impdep2 (int pc))
{:name (symbol (String. (.getName v)))
:descriptor (String. (.getDescriptor v))
:length (.getLength v)
:start-pc (.getStartPC v)})
:start-pc (.getStartPC v)
:index (.getIndex v)
:name-index (.getNameIndex v)})

ILocalVariableTypeTableEntry
(coerce [v]
Expand Down

0 comments on commit 5adfcf2

Please sign in to comment.