Skip to content

Commit 1345137

Browse files
committed
android: Fix the kAccCompileDontBother constant
1 parent 62a424e commit 1345137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const kAccSkipAccessChecks = 0x00080000;
3030
const kAccSingleImplementation = 0x08000000;
3131
const kAccNterpEntryPointFastPathFlag = 0x00100000;
3232
const kAccNterpInvokeFastPathFlag = 0x00200000;
33-
const kAccCompileDontBother = 0x01000000;
33+
const kAccCompileDontBother = 0x02000000;
3434
const kAccPublicApi = 0x10000000;
3535
const kAccXposedHookedMethod = 0x10000000;
3636

0 commit comments

Comments
 (0)