LFS upgrade

This commit is contained in:
minjaesong
2026-05-23 18:02:09 +09:00
parent 9723c33dfc
commit 61a721d628
5 changed files with 546 additions and 23 deletions

View File

@@ -305,7 +305,6 @@ class VMJSR223Delegate(private val vm: VM) {
fun sleep(time: Long) {
vm.isIdle.set(true)
Thread.sleep(time)
Thread.sleep(4L)
}
fun waitForMemChg(addr: Int, andMask: Int, xorMask: Int) {