Преглед на файлове

Bug fix for interrupt bit in `scause::set` (#10)

luojia65 преди 4 години
родител
ревизия
ca2f8c871f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform/qemu/Cargo.toml

+ 1 - 1
platform/qemu/Cargo.toml

@@ -13,7 +13,7 @@ rustsbi = { path = "../../rustsbi" }
 linked_list_allocator = "0.8"
 lazy_static = { version = "1", features = ["spin_no_std"] }
 spin = "0.7"
-riscv = { git = "https://github.com/rust-embedded/riscv", rev = "7358eda6", features = ["inline-asm"] }
+riscv = { git = "https://github.com/rust-embedded/riscv", rev = "7e9d2e5b", features = ["inline-asm"] }
 device_tree = { git = "https://github.com/rcore-os/device_tree-rs/" }
 
 # 这几个其实不用,应该使用对应的hal库实现