mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Comment-fix. Get/Set flip.
svn path=/trunk/; revision=57219
This commit is contained in:
parent
e24ab55f65
commit
d1cd8f60ab
1 changed files with 2 additions and 2 deletions
|
@ -75,12 +75,12 @@ PspGetOrSetContextKernelRoutine(IN PKAPC Apc,
|
|||
/* Check if it's a set or get */
|
||||
if (Apc->SystemArgument1)
|
||||
{
|
||||
/* Get the Context */
|
||||
/* Set the Context */
|
||||
PspSetContext(TrapFrame, NULL, Context, Mode);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Set the Context */
|
||||
/* Get the Context */
|
||||
PspGetContext(TrapFrame, NULL, Context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue