am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling

Merge commit '7e7d6c48a064af82f0ec39f47b9eb803a6e1df4c' into eclair-mr2

* commit '7e7d6c48a064af82f0ec39f47b9eb803a6e1df4c':
  use local symbols in memset so it doesn't screw up profiling
This commit is contained in:
Mathias Agopian 2009-10-19 17:09:31 -07:00 committed by Android Git Automerger
commit 76ef331cd6

View File

@ -80,7 +80,7 @@ memset:
rsb r3, r0, #0
ands r3, r3, #0x1C
beq aligned32
beq 3f
cmp r3, r2
andhi r3, r2, #0x1C
sub r2, r2, r3
@ -93,7 +93,7 @@ memset:
movs r3, r3, lsl #2
strcs r1, [r0], #4
aligned32:
3:
subs r2, r2, #32
mov r3, r1
bmi 2f