提交 bf9525e9 编写于 作者: J j_mayer

Fix alpha target compilation on 32 bits hosts.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2608 c046a42c-6fe2-441c-8c8c-71466251a162
上级 cf6c1b16
......@@ -273,6 +273,12 @@ struct CPUAlphaState {
uint64_t unique;
int saved_mode; /* Used for HW_LD / HW_ST */
#if TARGET_LONG_BITS > HOST_LONG_BITS
/* temporary fixed-point registers
* used to emulate 64 bits target on 32 bits hosts
*/
target_ulong t0, t1, t2;
#endif
/* */
double ft0, ft1, ft2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册