blob: 574037ecf1fdaf925035e2c4397e6b01cf4fefad [file] [log] [blame]
From 295046d0a63148fb5a685ae2bd7a06489274c72a Mon Sep 17 00:00:00 2001
From: Nagaraju Mekala <nmekala@xilix.com>
Date: Tue, 16 Oct 2018 07:55:46 +0530
Subject: [PATCH 51/54] fixing the typo errors in umodsi3 file
---
libgcc/config/microblaze/umodsi3.S | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libgcc/config/microblaze/umodsi3.S b/libgcc/config/microblaze/umodsi3.S
index 00b3bdf..9bf65c3 100644
--- a/libgcc/config/microblaze/umodsi3.S
+++ b/libgcc/config/microblaze/umodsi3.S
@@ -47,9 +47,9 @@ __umodsi3:
.frame r1,0,r15
addik r1,r1,-24
- swi r29,r1,0
- swi r30,r1,8
- swi r31,r1,16
+ sli r29,r1,0
+ sli r30,r1,8
+ sli r31,r1,16
#else
__umodsi3:
.frame r1,0,r15
--
2.7.4