diff options
Diffstat (limited to 'mpn/power/rshift.asm')
-rw-r--r-- | mpn/power/rshift.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/power/rshift.asm b/mpn/power/rshift.asm index 2b8c07d0e..e48704a22 100644 --- a/mpn/power/rshift.asm +++ b/mpn/power/rshift.asm @@ -45,6 +45,6 @@ Loop: lu 0,4(4) C load next higher limb bdn Loop C loop back until CTR is zero Lend: stu 7,4(9) C store 2:nd most significant limb Lend2: sre 7,0,6 C compute most significant limb - st 7,4(9) C store it + st 7,4(9) C store it br EPILOGUE(mpn_rshift) |