Skip to content

Commit

Permalink
android: Fix the kAccCompileDontBother constant
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jun 20, 2022
1 parent 62a424e commit 1345137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const kAccSkipAccessChecks = 0x00080000;
const kAccSingleImplementation = 0x08000000;
const kAccNterpEntryPointFastPathFlag = 0x00100000;
const kAccNterpInvokeFastPathFlag = 0x00200000;
const kAccCompileDontBother = 0x01000000;
const kAccCompileDontBother = 0x02000000;
const kAccPublicApi = 0x10000000;
const kAccXposedHookedMethod = 0x10000000;

Expand Down

0 comments on commit 1345137

Please sign in to comment.