commit | e6e5906b6e0a81718066ca43aef57515026c6624 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Oct 22 00:18:54 2006 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Oct 22 00:18:54 2006 +0000 |
tree | 79996f66ed5a2e4f37783a114cb45f6913204486 | |
parent | 223b8a40d13550ebc08216bd96d1f615597e0554 [diff] [blame] |
ColdFire target. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 218e846..d35455d 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h
@@ -74,6 +74,9 @@ uint32_t v86flags; uint32_t v86mask; #endif +#ifdef TARGET_M68K + int sim_syscalls; +#endif int used; /* non zero if used */ struct image_info *info; uint8_t stack[0];