projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c59c3
)
Fix section switching buglet, by Edgar E. Iglesias.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 8 Jan 2008 14:39:43 +0000
(14:39 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 8 Jan 2008 14:39:43 +0000
(14:39 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3899
c046a42c
-6fe2-441c-8c8c-
71466251a162
linux-user/main.c
patch
|
blob
|
history
diff --git
a/linux-user/main.c
b/linux-user/main.c
index e3a23742e552d423da6b2174b73e4826452d5f8b..164fdb9edb0c9f3b71c5cefbca6dba846a101397 100644
(file)
--- a/
linux-user/main.c
+++ b/
linux-user/main.c
@@
-53,7
+53,8
@@
asm(".globl __preinit_array_start\n"
"__init_array_end:\n"
"__fini_array_start:\n"
"__fini_array_end:\n"
- ".long 0\n");
+ ".long 0\n"
+ ".previous\n");
#endif
/* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so