DebugInjector: removing ".end local" directives.

This commit is contained in:
Ryszard Wiśniewski 2010-04-29 22:22:19 +02:00
parent e6d2e9c605
commit 7e060064ac

View File

@ -161,8 +161,9 @@ public class DebugInjector {
if (
line2.startsWith("line ") ||
line2.equals("prologue") ||
line2.startsWith("parameter") ||
line2.startsWith("local ") ||
line2.startsWith("parameter")
line2.startsWith("end local ")
) {
return false;
}