[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs/cpu sse_move.cc,1.98,1.99
From:       "Stanislav Shwartsman" <sshwarts () users ! sourceforge ! net>
Date:       2009-08-21 13:44:54
Message-ID: E1MeUQI-0008Vf-Fk () ddv4jf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/bochs/bochs/cpu
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32693

Modified Files:
	sse_move.cc 
Log Message:
MASKMOVDQU bug fix


Index: sse_move.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/cpu/sse_move.cc,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- sse_move.cc	10 Mar 2009 21:43:11 -0000	1.98
+++ sse_move.cc	21 Aug 2009 13:44:51 -0000	1.99
@@ -827,7 +827,7 @@
   if ((mask.xmm64u(0) | mask.xmm64u(1)) == 0) return;
 
   /* implement as read-modify-write for efficiency */
-  read_virtual_dqword(BX_SEG_REG_DS, rdi, (Bit8u *) &temp);
+  read_virtual_dqword(i->seg(), rdi, (Bit8u *) &temp);
 
   for(unsigned j=0; j<16; j++) {
     if(mask.xmmubyte(j) & 0x80) temp.xmmubyte(j) = op.xmmubyte(j);


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic