mirror of https://github.com/xqemu/xqemu.git
Fix section switching buglet, by Edgar E. Iglesias.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3899 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c2c59c3e76
commit
7bba1ee81b
|
@ -53,7 +53,8 @@ asm(".globl __preinit_array_start\n"
|
||||||
"__init_array_end:\n"
|
"__init_array_end:\n"
|
||||||
"__fini_array_start:\n"
|
"__fini_array_start:\n"
|
||||||
"__fini_array_end:\n"
|
"__fini_array_end:\n"
|
||||||
".long 0\n");
|
".long 0\n"
|
||||||
|
".previous\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so
|
/* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so
|
||||||
|
|
Loading…
Reference in New Issue