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]
|
||||
}
|
||||
else {""}
|
||||
else {""};
|
||||
if *store_entry != tcbinfo {
|
||||
println!("updating local TCBInfo for FMSPC: {fmspc}");
|
||||
store.insert(fmspc.clone(), tcbinfo.clone());
|
||||
|
|
Loading…
Reference in a new issue