mirror of
https://github.com/Bareflank/hypervisor
synced 2026-08-17 06:23:04 -04:00
FIx bug with Clang Tidy
This commit is contained in:
parent
0e767ad355
commit
b36948fd51
1 changed files with 3 additions and 0 deletions
|
|
@ -3169,6 +3169,9 @@ namespace mk
|
|||
if (this->id() == mut_tls.loaded_vsid) {
|
||||
mut_tls.loaded_vsid = syscall::BF_INVALID_ID.get();
|
||||
}
|
||||
else {
|
||||
bsl::touch();
|
||||
}
|
||||
|
||||
return bsl::errc_success;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue