Adjust project code to new labels syntax
This commit is contained in:
@@ -136,7 +136,7 @@ public fun interpreterLoop(
|
||||
}
|
||||
|
||||
try {
|
||||
@loop while (true) {
|
||||
loop@ while (true) {
|
||||
val insnOpcode = currentInsn.getOpcode()
|
||||
val insnType = currentInsn.getType()
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ fun suite(): TestSuite {
|
||||
|
||||
Thread {
|
||||
val eventQueue = vm.eventQueue()
|
||||
@mainLoop while (true) {
|
||||
mainLoop@ while (true) {
|
||||
val eventSet = eventQueue.remove()
|
||||
for (event in eventSet.eventIterator()) {
|
||||
when (event) {
|
||||
|
||||
Reference in New Issue
Block a user