[stub] add vmInstructionSet (#997)
This commit is contained in:
parent
24120e75ad
commit
e9faf9f76d
|
|
@ -7,4 +7,6 @@ public class VMRuntime {
|
|||
}
|
||||
|
||||
public native boolean is64Bit();
|
||||
}
|
||||
|
||||
public native String vmInstructionSet();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue