mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Upgrade trapframe
Fix #842. Access FS/GS base with the FSGSBASE instructions.
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8c39309381
commit
146a91a45e
@ -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"] }
|
||||
|
||||
|
Reference in New Issue
Block a user