mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00
use new helper name
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4448 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b5b38f61b8
commit
5d97559d89
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector)
|
||||||
cpu_x86_load_seg_cache(env, seg_reg, selector,
|
cpu_x86_load_seg_cache(env, seg_reg, selector,
|
||||||
(selector << 4), 0xffff, 0);
|
(selector << 4), 0xffff, 0);
|
||||||
} else {
|
} else {
|
||||||
load_seg(seg_reg, selector);
|
helper_load_seg(seg_reg, selector);
|
||||||
}
|
}
|
||||||
env = saved_env;
|
env = saved_env;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue