浏览代码

testing oor branch

onsdagens 1 年之前
父节点
当前提交
a94931687f
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      riscv-rt/src/asm.rs

+ 5 - 1
riscv-rt/src/asm.rs

@@ -92,7 +92,11 @@ _abs_start:
     "csrr t2, mhartid",
     "lui t0, %hi(_max_hart_id)
     add t0, t0, %lo(_max_hart_id)
-    bgtu t2, t0, abort
+    // bgtu t2, t0, abort
+    bleu t2, t0, not_abort
+    la t0, abort
+    jr t0
+    not_abort:
 
     // Allocate stacks
     la sp, _stack_start