* fixed inclocked

This commit is contained in:
Jonas Maebe 2003-05-17 00:19:51 +00:00
parent a860b038a1
commit 0803ca6708

View File

@ -891,13 +891,16 @@ LIncLockedLoop:
lwarx r10,0,r3 lwarx r10,0,r3
addi r10,r10,1 addi r10,r10,1
stwcx. r10,0,r3 stwcx. r10,0,r3
bne- LDecLockedLoop bne- LIncLockedLoop
end ['R3','R10']; end ['R3','R10'];
{ {
$Log$ $Log$
Revision 1.45 2003-05-14 19:47:35 jonas Revision 1.46 2003-05-17 00:19:51 jonas
* fixed inclocked
Revision 1.45 2003/05/14 19:47:35 jonas
* fixed stupid bug in filldword * fixed stupid bug in filldword
Revision 1.44 2003/05/13 20:39:26 florian Revision 1.44 2003/05/13 20:39:26 florian