mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
remove annotation
This commit is contained in:
parent
be56c02b15
commit
1fc21e4033
@ -421,7 +421,6 @@ public abstract class WasmCodeBuilder {
|
||||
* @param lineNumber
|
||||
* the line number in the Java source code
|
||||
*/
|
||||
@Nonnull
|
||||
protected void addTableInstruction( boolean load, @Nonnegative int idx, int javaCodePos, int lineNumber ) {
|
||||
instructions.add( new WasmTableInstruction( load, idx, javaCodePos, lineNumber ) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user