Fixed function call
This commit is contained in:
@@ -323,7 +323,7 @@ public class CodeGenImpl extends CodeGenBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
backend.emitADDI(SP, SP, -spaceRequiredForArgs, "Set SP to last argument.");
|
backend.emitADDI(SP, SP, -spaceRequiredForArgs, "Set SP to last argument.");
|
||||||
backend.emitJAL(new Label("$"+functionId.name), "Invoke function: " + functionId.name);
|
backend.emitJAL(calleeFunctionInfo.getCodeLabel(), "Invoke function: " + functionId.name);
|
||||||
backend.emitADDI(SP, SP, spaceRequiredForArgs, "Set SP to stack frame top.");
|
backend.emitADDI(SP, SP, spaceRequiredForArgs, "Set SP to stack frame top.");
|
||||||
}
|
}
|
||||||
return A0;
|
return A0;
|
||||||
|
|||||||
Reference in New Issue
Block a user