refactor: oops
This commit is contained in:
@@ -471,9 +471,7 @@ public class Instruction {
|
|||||||
public static Instruction stackRealloc(int start, int n) {
|
public static Instruction stackRealloc(int start, int n) {
|
||||||
return new Instruction(Type.STACK_REALLOC, start, start + n);
|
return new Instruction(Type.STACK_REALLOC, start, start + n);
|
||||||
}
|
}
|
||||||
/**
|
@Deprecated
|
||||||
* @deprecated
|
|
||||||
*/
|
|
||||||
public static Instruction stackFree(int n) {
|
public static Instruction stackFree(int n) {
|
||||||
return new Instruction(Type.STACK_FREE, n);
|
return new Instruction(Type.STACK_FREE, n);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user