[HAL]: Fix HalpFlushTlb. Thanks to Stefan Ginsberg <stefan100@reactos.org>
authorSir Richard <sir_richard@svn.reactos.org>
Thu, 28 Jan 2010 23:08:04 +0000 (23:08 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Thu, 28 Jan 2010 23:08:04 +0000 (23:08 +0000)
svn path=/trunk/; revision=45303

reactos/hal/halx86/generic/misc.c

index e6021d8..1a0f4f8 100644 (file)
@@ -102,6 +102,7 @@ HalpFlushTLB(VOID)
             // Restore interrupts
             //
             __writeeflags(Flags);
             // Restore interrupts
             //
             __writeeflags(Flags);
+            return;
         }
     }
 
         }
     }