Simplify handling of aarch64 env regs

This commit is contained in:
Jeremy Soller
2022-08-25 08:12:07 -06:00
parent f7e8026494
commit b3b5bb8a91
2 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ impl ProcScheme {
try_stop_context(info.pid, |context| {
Ok((
context.arch.tpidr_el0,
context.arch.tpidrro_el0
context.arch.tpidrro_el0,
))
})?
};