[HAL]: Fix HalpFlushTlb. Thanks to Stefan Ginsberg <stefan100@reactos.org>

svn path=/trunk/; revision=45303
This commit is contained in:
Sir Richard 2010-01-28 23:08:04 +00:00
parent b847e553ef
commit ac9c20ac0f

View file

@ -102,6 +102,7 @@ HalpFlushTLB(VOID)
// Restore interrupts // Restore interrupts
// //
__writeeflags(Flags); __writeeflags(Flags);
return;
} }
} }