Adjust project code to new labels syntax

This commit is contained in:
Denis Zharkov
2015-04-28 15:43:08 +03:00
parent 1d8786dabf
commit 02659ca22d
18 changed files with 19 additions and 19 deletions
@@ -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) {