Author: Richard Plangger <planri...@gmail.com>
Branch: s390x-backend
Changeset: r81504:0d5b4291c580
Date: 2015-12-30 17:47 +0100
http://bitbucket.org/pypy/pypy/changeset/0d5b4291c580/

Log:    BRC is not BCR!!

diff --git a/rpython/jit/backend/zarch/opassembler.py 
b/rpython/jit/backend/zarch/opassembler.py
--- a/rpython/jit/backend/zarch/opassembler.py
+++ b/rpython/jit/backend/zarch/opassembler.py
@@ -958,7 +958,7 @@
         # quit the movement any time, thus it is looped until all bytes
         # are copied!
         self.mc.MVCLE(base_loc, pad_byte_loc, l.addr(0, r.SCRATCH))
-        self.mc.BCR(c.OF, l.imm(-self.mc.MVCLE_byte_count))
+        self.mc.BRC(c.OF, l.imm(-self.mc.MVCLE_byte_count))
 
 
 class ForceOpAssembler(object):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to