WIP
This commit is contained in:
parent
bc3577ec17
commit
dd158dbe7f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ async fn upsert_tcbinfo() -> Result<(), &'static str> {
|
||||||
{
|
{
|
||||||
&store[&fmspc]
|
&store[&fmspc]
|
||||||
}
|
}
|
||||||
else {""}
|
else {""};
|
||||||
if *store_entry != tcbinfo {
|
if *store_entry != tcbinfo {
|
||||||
println!("updating local TCBInfo for FMSPC: {fmspc}");
|
println!("updating local TCBInfo for FMSPC: {fmspc}");
|
||||||
store.insert(fmspc.clone(), tcbinfo.clone());
|
store.insert(fmspc.clone(), tcbinfo.clone());
|
||||||
|
|
Loading…
Reference in a new issue