[Haret-devel] Haret-devel Digest, Vol 13, Issue 3

BlassMeGod blassmegod at yahoo.com
Sun Feb 20 13:25:15 CET 2011


Hy, 
Thanks, it worked, made a patch: 
=================================================================== 
--- l1trace.cpp 2011-02-20 13:19:38.469435155 +0200 
+++ l1trace.cpp 2011-02-20 12:38:09.004920328 +0200 
@@ -212,12 +212,12 @@ 
if (Bbit(insn)) { 
addrsize = 1; 
asm("swpb %0, %1, [%2]" 
- : "=r" (readval) 
+ : "=&r" (readval) 
: "r" (writeval), "r" (newaddr)); 
} else { 
addrsize = 4; 
asm("swp %0, %1, [%2]" 
- : "=r" (readval) 
+ : "=&r" (readval) 
: "r" (writeval), "r" (newaddr)); 
} 
setReg(regs, mask_Rd(insn), readval); 
=================================================================== 


From: haret-devel-request at lists.linuxtogo.org 
To: haret-devel at lists.linuxtogo.org 
Sent: Saturday, February 19, 2011 1:00:01 PM 
Subject: Haret-devel Digest, Vol 13, Issue 3 

Send Haret-devel mailing list submissions to 
haret-devel at lists.linuxtogo.org 

To subscribe or unsubscribe via the World Wide Web, visit 
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/haret-devel 
or, via email, send a message with subject or body 'help' to 
haret-devel-request at lists.linuxtogo.org 

You can reach the person managing the list at 
haret-devel-owner at lists.linuxtogo.org 

When replying, please edit your Subject line so it is more specific 
than "Re: Contents of Haret-devel digest..." 

Today's Topics: 

1. Re: haret compile error: l1trace.cpp - Rn must not overlap 
other operands (lowcut at gmx.at) 
2. Re : haret compile error: l1trace.cpp - Rn must not overlap 
other operands (Matthieu H) 

_______________________________________________ 
Haret-devel mailing list 
Haret-devel at lists.linuxtogo.org 
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/haret-devel 



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxtogo.org/pipermail/haret-devel/attachments/20110220/ca1515ea/attachment.htm>
-------------- next part --------------
An embedded message was scrubbed...
From: lowcut at gmx.at
Subject: Re: [Haret-devel] haret compile error: l1trace.cpp - Rn must
	not	overlap other operands
Date: Fri, 18 Feb 2011 19:22:53 +0100
Size: 1137
URL: <http://lists.linuxtogo.org/pipermail/haret-devel/attachments/20110220/ca1515ea/attachment.eml>
-------------- next part --------------
An embedded message was scrubbed...
From: Matthieu H <maat_h at yahoo.fr>
Subject: [Haret-devel] Re : haret compile error: l1trace.cpp - Rn must not
	overlap other operands
Date: Sat, 19 Feb 2011 00:31:10 +0000 (GMT)
Size: 2127
URL: <http://lists.linuxtogo.org/pipermail/haret-devel/attachments/20110220/ca1515ea/attachment-0001.eml>


More information about the Haret-devel mailing list