diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2006-05-30 15:58:20 +0200 |
commit | d9455273053bb69a94a338dff56330d3be50f14e (patch) | |
tree | 7031ce994e2ad52aec8bcd8e270d1dc22fbea8b6 /lib_arm/_ashrdi3.S | |
parent | ba94a1bba3600d387edba7eb451990d9891e1c2f (diff) | |
download | u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.zip u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.gz u-boot-imx-d9455273053bb69a94a338dff56330d3be50f14e.tar.bz2 |
Minor cleanup.
Diffstat (limited to 'lib_arm/_ashrdi3.S')
-rw-r--r-- | lib_arm/_ashrdi3.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_arm/_ashrdi3.S b/lib_arm/_ashrdi3.S index c328413..5edbcb3 100644 --- a/lib_arm/_ashrdi3.S +++ b/lib_arm/_ashrdi3.S @@ -44,4 +44,3 @@ __ashrdi3: orrmi al, al, ah, lsl ip mov ah, ah, asr r2 mov pc, lr - |