[ros-dev] Re: [ros-diffs] [navaraf] 18043: Add TestAlert check to NtContinue.

Filip Navara xnavara at volny.cz
Sun Sep 25 13:10:45 CEST 2005


Hartmut Birr wrote:

>navaraf at svn.reactos.com wrote:
>
>  
>
>>Add TestAlert check to NtContinue.
>>
>>Modified: trunk/reactos/ntoskrnl/ps/i386/continue.c
>> 
>>
>>------------------------------------------------------------------------
>>*Modified: trunk/reactos/ntoskrnl/ps/i386/continue.c*
>>
>>--- trunk/reactos/ntoskrnl/ps/i386/continue.c	2005-09-25 09:22:22 UTC (rev 18042)
>>+++ trunk/reactos/ntoskrnl/ps/i386/continue.c	2005-09-25 09:23:05 UTC (rev 18043)
>>@@ -80,6 +80,11 @@
>>
>>      KeLowerIrql(oldIrql);
>>   }
>>
>> 
>>
>>+   if (TestAlert)
>>+   {
>>+      KeTestAlertThread(TrapFrame->PreviousMode);
>>+   }
>>+
>> 
>>
>>   /* Restore the user context */
>>   Thread->TrapFrame = PrevTrapFrame;
>>   __asm__("mov %%ebx, %%esp;\n" "jmp _KiServiceExit": : "b" (TrapFrame));
>> 
>>
>>    
>>
>You know, that ps\i386\continue.c is not longer used. The code was moved
>to ke\i386\syscall.S.
>  
>
Ah, thanks. I didn't realize it... (why are we keeping dead files in 
SVN, btw?!)

That gives me yet another place where to search for regression...

- Filip


More information about the Ros-dev mailing list