mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00: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:
@ -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,
|
||||
(selector << 4), 0xffff, 0);
|
||||
} else {
|
||||
load_seg(seg_reg, selector);
|
||||
helper_load_seg(seg_reg, selector);
|
||||
}
|
||||
env = saved_env;
|
||||
}
|
||||
|
Reference in New Issue
Block a user