style: 优化 RetCommand 类的输出格式
This commit is contained in:
parent
07b7d5c40e
commit
70feb1fe5e
@ -44,7 +44,7 @@ public class RetCommand implements Command {
|
|||||||
finished.getLocalVariableStore().clearVariables();
|
finished.getLocalVariableStore().clearVariables();
|
||||||
|
|
||||||
int returnAddr = finished.getReturnAddress();
|
int returnAddr = finished.getReturnAddress();
|
||||||
System.out.println("Return " + returnAddr);
|
System.out.println("\nReturn " + returnAddr);
|
||||||
return returnAddr;
|
return returnAddr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user