commit | 1a18c71b5037cff63a3e2c99debfcca0c6f7d09a | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Oct 30 01:07:51 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Oct 30 01:07:51 2003 +0000 |
tree | b1017bf6d8143c8e7308d4829169ece96ca502e1 | |
parent | 03a6c5103d1a4c139cc28c8bb05a5752df4ee200 [diff] [blame] |
unused functions in system mode git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@432 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/cpu-exec.c b/cpu-exec.c index 956504d..1f08934 100644 --- a/cpu-exec.c +++ b/cpu-exec.c
@@ -378,7 +378,7 @@ return ret; } -#if defined(TARGET_I386) +#if defined(TARGET_I386) && defined(CONFIG_USER_ONLY) void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector) {