1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Removed compiler warnings

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14979 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Thomas Frieden
2005-06-15 14:59:51 +00:00
parent 3be260b746
commit 85e421feb8
4 changed files with 111 additions and 95 deletions

View File

@ -14,7 +14,7 @@ _mcount:
mflr r4
stw r4,48(r1)
lwz r3,68(r1)
bl __mcount
lwz r3,68(r1)
mtlr r3
@ -32,4 +32,5 @@ _mcount:
addi r1,r1,64
bctr
_mcount_end:
.size _mcount,_mcount_end-_mcount
.size _mcount,_mcount_end-_mcount