From dcd5df117a800b5a73b41d348733867b4589ef06 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Mon, 15 Apr 2013 21:55:24 -0700 Subject: [PATCH] Add token+text for I_LINE imaginary token --- smali/src/main/antlr3/smaliParser.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smali/src/main/antlr3/smaliParser.g b/smali/src/main/antlr3/smaliParser.g index 47c9b051..ec657571 100644 --- a/smali/src/main/antlr3/smaliParser.g +++ b/smali/src/main/antlr3/smaliParser.g @@ -777,7 +777,7 @@ ordered_debug_directive line_directive : LINE_DIRECTIVE integral_literal - -> ^(I_LINE integral_literal I_ADDRESS[$start, Integer.toString($method::currentAddress)]); + -> ^(I_LINE[$start, "I_LINE"] integral_literal I_ADDRESS[$start, Integer.toString($method::currentAddress)]); local_directive : LOCAL_DIRECTIVE REGISTER COMMA simple_name COLON nonvoid_type_descriptor (COMMA STRING_LITERAL)?