提交 c185970a 编写于 作者: B blueswir1

Enforce even float register pair for double register ops (Aurelien Jarno)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2624 c046a42c-6fe2-441c-8c8c-71466251a162
上级 beb811bd
......@@ -90,7 +90,7 @@ enum {
#ifdef TARGET_SPARC64
#define DFPREG(r) (((r & 1) << 6) | (r & 0x1e))
#else
#define DFPREG(r) (r)
#define DFPREG(r) (r & 0x1e)
#endif
#ifdef USE_DIRECT_JUMP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册