mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +00:00
Doh. Fix bad vsid assignment.
svn path=/trunk/; revision=30349
This commit is contained in:
parent
0eb32850f0
commit
e5be8f87ce
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ void mmusetvsid(int start, int end, int vsid)
|
|||
if (Booted)
|
||||
SetSR(i, sr);
|
||||
Segs[i] = findvsid(s_vsid);
|
||||
Vsid[i] = s_vsid;
|
||||
Vsid[i] = vsid;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue