diff options
| author | bellard | 2003-04-10 02:03:40 +0200 |
|---|---|---|
| committer | bellard | 2003-04-10 02:03:40 +0200 |
| commit | 09bfb054fb4d7a72b4989141de157cdeda6704bd (patch) | |
| tree | caac2a8746e96d7547f9ed3c1b8e296ad45807b4 /linux-user/main.c | |
| parent | warning fix (diff) | |
| download | qemu-09bfb054fb4d7a72b4989141de157cdeda6704bd.tar.gz qemu-09bfb054fb4d7a72b4989141de157cdeda6704bd.tar.xz qemu-09bfb054fb4d7a72b4989141de157cdeda6704bd.zip | |
first self virtualizable version
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@89 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index d7c68a9cd1..0c8480dff9 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -47,7 +47,6 @@ const char interp[] __attribute__((section(".interp"))) = "/lib/ld-linux.so.2"; we allocate a bigger stack. Need a better solution, for example by remapping the process stack directly at the right place */ unsigned long x86_stack_size = 512 * 1024; -unsigned long stktop; void gemu_log(const char *fmt, ...) { |
