From 92a343da3f50db3130f988b14650eb09e9748d11 Mon Sep 17 00:00:00 2001 From: j_mayer Date: Thu, 27 Sep 2007 01:14:15 +0000 Subject: New ppc64-linux-user target. Allow use of PowerPC 970 for debugging (softmmu would not run, for now). git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3246 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/qemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-user/qemu.h') diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 8c03ad1902..4b857f3d14 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -16,6 +16,7 @@ * task_struct fields in the kernel */ struct image_info { + target_ulong load_addr; unsigned long start_code; unsigned long end_code; unsigned long start_data; -- cgit 1.4.1