mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[NTOSKRNL]
- Resource translation isn't very effective when we don't store the translated value in the translated descriptor (Fix a typo) svn path=/trunk/; revision=47815
This commit is contained in:
parent
b1560aa3f4
commit
e36497a708
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ IopTranslateDeviceResources(
|
||||||
DescriptorRaw->u.Interrupt.Level,
|
DescriptorRaw->u.Interrupt.Level,
|
||||||
DescriptorRaw->u.Interrupt.Vector,
|
DescriptorRaw->u.Interrupt.Vector,
|
||||||
(PKIRQL)&DescriptorTranslated->u.Interrupt.Level,
|
(PKIRQL)&DescriptorTranslated->u.Interrupt.Level,
|
||||||
&DescriptorRaw->u.Interrupt.Affinity);
|
&DescriptorTranslated->u.Interrupt.Affinity);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CmResourceTypeMemory:
|
case CmResourceTypeMemory:
|
||||||
|
|
Loading…
Reference in a new issue