Browse Source

fix in(reg) real_cyc in asm.rs

dkhayes117 3 years ago
parent
commit
2de8fc5930
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/asm.rs

+ 1 - 1
src/asm.rs

@@ -99,7 +99,7 @@ pub unsafe fn delay(cycles: u32) {
             "1:",
             "addi {0}, {0}, -1",
             "bne {0}, zero, 1b",
-            in(real_cyc)
+            in(reg) real_cyc
             )
         }