[stub] add vmInstructionSet (#997)

This commit is contained in:
LoveSy 2021-08-24 21:31:32 +08:00 committed by GitHub
parent 24120e75ad
commit e9faf9f76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ public class VMRuntime {
}
public native boolean is64Bit();
}
public native String vmInstructionSet();
}