From a41fb694d96f5af47c53d8c89843f32b799998c9 Mon Sep 17 00:00:00 2001 From: Ocean Shen <30361859+OceanS2000@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:23:27 +0800 Subject: [PATCH] [cases] loop after signaling sim finish --- tests/t1_main.S | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/t1_main.S b/tests/t1_main.S index 426e90a1b..1fa081576 100644 --- a/tests/t1_main.S +++ b/tests/t1_main.S @@ -13,5 +13,6 @@ _start: li x1, 0x40000000 li x2, 0xdeadbeef sw x2, 0(x1) + j . .p2align 2