blob: a0758b319ff48d4444d0b4d860b4e66d17de2e3a [file] [log] [blame]
From a8978d71c8b5adfa59430443611bd785a4d54ef9 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/63] 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 8804b99..1b3070e 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