Commit eaebbd6
authored
Update dex_instruction.h based on compilation issue
Main issue:
In dex_instruction.h, the function is declared as:
`void dexInstr_getVarArgs(u2 *, u4[]);`
In dex_instruction.c, it is defined as:
`void dexInstr_getVarArgs(u2 *code_ptr, u4 arg[kMaxVarArgRegs])`
Known vdexExtractor issue: anestisb#891 parent 78f283b commit eaebbd6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments