java-interp.h (insn_index): New declaration.

* include/java-interp.h (insn_index): New declaration.
        (num_insn_slots): New private variable.
        (get_line_table): New declaration.
        * interpret.cc (insn_index): New function.
        (get_line_table): New function.

From-SVN: r110411
This commit is contained in:
Keith Seitz
2006-01-30 21:20:40 +00:00
committed by Keith Seitz
parent f34312c23c
commit e939885ff5
3 changed files with 99 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
2006-01-30 Keith Seitz <keiths@redhat.com>
* include/java-interp.h (insn_index): New declaration.
(num_insn_slots): New private variable.
(get_line_table): New declaration.
* interpret.cc (insn_index): New function.
(get_line_table): New function.
2006-01-24 Archit Shah <ashah@redhat.com>
Tom Tromey <tromey@redhat.com>