Skip to content

Commit cddecbf

Browse files
committed
Improved class address search
1 parent 2ccec4c commit cddecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dump.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public DTCInfo findDTCInfo() throws IOException {
9898
throw new IOException(ERROR_STR);
9999

100100
// Start of DTC class definition 1 (from orig file)
101-
ret.defClassAddr = search(MAP_ADD,new byte[]{1,1,0,2});
101+
ret.defClassAddr = search(MAP_ADD,new byte[]{1,1,0,2,3});
102102

103103
} else {
104104
throw new IOException(ERROR_STR);

0 commit comments

Comments
 (0)