mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -755,7 +755,7 @@ IopTranslateDeviceResources(
|
||||
DescriptorRaw->u.Interrupt.Level,
|
||||
DescriptorRaw->u.Interrupt.Vector,
|
||||
(PKIRQL)&DescriptorTranslated->u.Interrupt.Level,
|
||||
&DescriptorRaw->u.Interrupt.Affinity);
|
||||
&DescriptorTranslated->u.Interrupt.Affinity);
|
||||
break;
|
||||
}
|
||||
case CmResourceTypeMemory:
|
||||
|
||||
Reference in New Issue
Block a user