mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[HAL]: Fix HalpFlushTlb. Thanks to Stefan Ginsberg <stefan100@reactos.org>
svn path=/trunk/; revision=45303
This commit is contained in:
parent
b847e553ef
commit
ac9c20ac0f
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ HalpFlushTLB(VOID)
|
||||||
// Restore interrupts
|
// Restore interrupts
|
||||||
//
|
//
|
||||||
__writeeflags(Flags);
|
__writeeflags(Flags);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue