Loading SS in real mode does not change stack size. Fixes Solaris 8 bootup.
This commit is contained in:
parent
16a86adbf8
commit
4476fee2ec
1 changed files with 0 additions and 2 deletions
|
|
@ -455,8 +455,6 @@ int loadseg(uint16_t seg, x86seg *s)
|
|||
s->access = (3 << 5) | 2;
|
||||
s->base = seg << 4;
|
||||
s->seg = seg;
|
||||
if (s == &cpu_state.seg_ss)
|
||||
set_stack32(0);
|
||||
s->checked = 1;
|
||||
if (s == &cpu_state.seg_ds)
|
||||
codegen_flat_ds = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue