Commit 9ab8cffd by Richard Kenner

(udivsi3): Fix hunk from previous patch that did not apply correctly.

From-SVN: r13801
parent 9fb9ea4a
......@@ -387,7 +387,7 @@ L1: addl d0,d0 | shift reg pair (p,a) one bit left
movl d3,d2
L2: subql IMM (1),d4
jcc L1
moveml sp@+,d2-d4 | restore data registers
moveml sp@,d2-d4 | restore data registers
unlk a6 | and return
rts
#endif /* __mcf5200__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment