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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user