Upgrade trapframe

Fix #842.
Access FS/GS base with the FSGSBASE instructions.
This commit is contained in:
Qingsong Chen
2024-06-20 09:00:49 +00:00
committed by Tate, Hongliang Tian
parent 8c39309381
commit 146a91a45e
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
spin = "0.9.4"
static_assertions = "1.1.0"
tdx-guest = { version = "0.1.0", optional = true }
trapframe = { git = "https://github.com/asterinas/trapframe-rs", rev = "2f37590" }
trapframe = { git = "https://github.com/asterinas/trapframe-rs", rev = "4739428" }
unwinding = { version = "0.2.1", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }
volatile = { version = "0.4.5", features = ["unstable"] }