diff options
author | Torbjorn Granlund <torbjorng@google.com> | 2015-12-06 00:57:30 +0100 |
---|---|---|
committer | Torbjorn Granlund <torbjorng@google.com> | 2015-12-06 00:57:30 +0100 |
commit | 9b13043837467bead274438d7117e91456386bb3 (patch) | |
tree | 629197e41ef32a1e1d5037afc36b8b15dc8ae005 /mpn/arm/cnd_aors_n.asm | |
parent | 5009c57a2085ab5e81667590342c6dcd27985785 (diff) | |
download | gmp-9b13043837467bead274438d7117e91456386bb3.tar.gz |
Cleanup arm32 support and handle thumb-less armv4 chips.
Diffstat (limited to 'mpn/arm/cnd_aors_n.asm')
-rw-r--r-- | mpn/arm/cnd_aors_n.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/arm/cnd_aors_n.asm b/mpn/arm/cnd_aors_n.asm index e8eb60983..f0399e29d 100644 --- a/mpn/arm/cnd_aors_n.asm +++ b/mpn/arm/cnd_aors_n.asm @@ -130,5 +130,5 @@ L(top): ldm vp!, {r4,r5,r6,r7} L(end): RETVAL pop {r4-r11} - bx r14 + ret r14 EPILOGUE() |