Skip to content

Commit 0a3897b

Browse files
author
Daniel Kroening
authored
Merge pull request #458 from smowton/enhanced_local_variable_table_master
Enhanced local variable table
2 parents c99d3bf + e438bb3 commit 0a3897b

File tree

4 files changed

+1177
-270
lines changed

4 files changed

+1177
-270
lines changed

src/java_bytecode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SRC = java_bytecode_language.cpp java_bytecode_parse_tree.cpp \
55
java_bytecode_typecheck_type.cpp java_bytecode_internal_additions.cpp \
66
java_root_class.cpp java_bytecode_parser.cpp bytecode_info.cpp \
77
java_class_loader.cpp jar_file.cpp java_object_factory.cpp \
8-
java_bytecode_convert_method.cpp
8+
java_bytecode_convert_method.cpp java_local_variable_table.cpp
99

1010
INCLUDES= -I ..
1111

0 commit comments

Comments
 (0)