mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 03:40:12 +02:00
Removed TODO
git-svn-id: https://smali.googlecode.com/svn/trunk@200 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
64a2d18b6f
commit
b797aa581a
@ -45,9 +45,6 @@ import java.util.List;
|
||||
*/
|
||||
public class DebugInfoBuilder
|
||||
{
|
||||
//TODO: take a look at the debug bytecode generation logic in dx, and make sure that this does the same thing
|
||||
//(in the interest of being able to exactly reproduce a given dx-generated dex file)
|
||||
|
||||
private static final int LINE_BASE = -4;
|
||||
private static final int LINE_RANGE = 15;
|
||||
private static final int FIRST_SPECIAL = 0x0a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user