core/bcopy32.inc: provide correct output esi/edi from bcopy
authorH. Peter Anvin <hpa@zytor.com>
Wed, 13 May 2009 23:19:16 +0000 (16:19 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 May 2009 23:19:16 +0000 (16:19 -0700)
commit4c663a97165bf7542b9f0825015bd22eb348aa9b
treeb2a7bce94b1f6d3b77ae822ed9e00c5d6101f458
parent9e3e0d23cb07fba26fa509ca9cf98e1d54cffe8e
core/bcopy32.inc: provide correct output esi/edi from bcopy

Make sure the outputs from the bcopy routine are set correctly.
pm_bcopy doesn't do this for us, so we have to do that ourselves.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/bcopy32.inc