[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:
Cameron Gutman 2010-06-21 04:36:32 +00:00
parent b1560aa3f4
commit e36497a708

View file

@ -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: