Final
This commit is contained in:
@@ -414,10 +414,8 @@ public class CodeGen {
|
||||
case Mem.RelAccess relAccess -> {
|
||||
String initLabel = "$init:" + varDef.name + "@" + loc.location().begLine() + ":" + loc.location().begColumn();
|
||||
data.add(new PDM.LABEL(initLabel, loc));
|
||||
if (relAccess.inits != null) {
|
||||
for (Integer init : relAccess.inits) {
|
||||
data.add(new PDM.DATA(init, loc));
|
||||
}
|
||||
for (Integer init : relAccess.inits) {
|
||||
data.add(new PDM.DATA(init, loc));
|
||||
}
|
||||
|
||||
code.add(new PDM.PUSH(-relAccess.size, loc));
|
||||
|
||||
Reference in New Issue
Block a user