mirror of
https://github.com/FranzHaidnor/haidnorJVM.git
synced 2026-03-13 21:43:42 +08:00
update JavaExecutionEngine
This commit is contained in:
@@ -93,7 +93,7 @@ public class JavaExecutionEngine {
|
||||
log.debug("{}│> {}", blank, instruction);
|
||||
}
|
||||
|
||||
log.debug("{}├╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌", blank);
|
||||
log.debug("{}├ - - - - - - - - -", blank);
|
||||
|
||||
// 执行方法中的字节码指令
|
||||
// 提示: 变量 pc 相当于程序计数器, 记录当前执行到的字节码指令的"行号"
|
||||
|
||||
Reference in New Issue
Block a user