From a6347d0cc65a22f6f0b0a89dad0bde85ecafcdb1 Mon Sep 17 00:00:00 2001 From: skanehira Date: Sat, 22 Jul 2023 18:56:47 +0900 Subject: [PATCH] fix: hang up when in loop --- src/execution/op.rs | 4 +++- src/execution/runtime.rs | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/execution/op.rs b/src/execution/op.rs index 4b4a46d..abbc1d5 100644 --- a/src/execution/op.rs +++ b/src/execution/op.rs @@ -190,7 +190,9 @@ pub fn br(labels: &mut Vec