mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
Fix 32bit RtlInitializeSListHead
svn path=/branches/ros-amd64-bringup/; revision=46522
This commit is contained in:
parent
c2fb167d36
commit
9b445221d8
1 changed files with 2 additions and 1 deletions
|
@ -30,11 +30,12 @@ RtlInitializeSListHead(
|
|||
{
|
||||
RtlRaiseStatus(STATUS_DATATYPE_MISALIGNMENT);
|
||||
}
|
||||
|
||||
SListHead->Region = 0;
|
||||
#endif
|
||||
|
||||
/* Zero it */
|
||||
SListHead->Alignment = 0;
|
||||
SListHead->Region = 0;
|
||||
|
||||
#if defined(_IA64_)
|
||||
FeatureBits = __getReg(CV_IA64_CPUID4);
|
||||
|
|
Loading…
Reference in a new issue