mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
annotation
This commit is contained in:
parent
5c7f7f380c
commit
8263463be9
@ -734,7 +734,7 @@ public abstract class WasmCodeBuilder {
|
|||||||
* @param lineNumber
|
* @param lineNumber
|
||||||
* the line number in the Java source code
|
* the line number in the Java source code
|
||||||
*/
|
*/
|
||||||
protected void addArrayInstruction( ArrayOperator op, AnyType type, int javaCodePos, int lineNumber ) {
|
protected void addArrayInstruction( @Nonnull ArrayOperator op, @Nonnull AnyType type, int javaCodePos, int lineNumber ) {
|
||||||
boolean useGC = options.useGC();
|
boolean useGC = options.useGC();
|
||||||
if( useGC ) {
|
if( useGC ) {
|
||||||
// replace the the array wrapper on the stack with the native array
|
// replace the the array wrapper on the stack with the native array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user