mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- KeSaveFloatingPointState can be called at irql <= DISPATCH_LEVEL
svn path=/trunk/; revision=41354
This commit is contained in:
parent
0ba38df7fa
commit
afe9096dba
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ NTAPI
|
|||
KeSaveFloatingPointState(OUT PKFLOATING_SAVE Save)
|
||||
{
|
||||
PFNSAVE_FORMAT FpState;
|
||||
ASSERT(KeGetCurrentIrql() == DISPATCH_LEVEL);
|
||||
ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL);
|
||||
DPRINT1("%s is not really implemented\n", __FUNCTION__);
|
||||
|
||||
/* check if we are doing software emulation */
|
||||
|
|
Loading…
Reference in a new issue