Added __eieio() function to let etherpci build on PPC, too.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18489 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
db942edbe1
commit
01b2099116
@ -170,3 +170,9 @@ FUNCTION(reset_dbats):
|
|||||||
mtdbatl 3, %r3
|
mtdbatl 3, %r3
|
||||||
blr
|
blr
|
||||||
|
|
||||||
|
/* void __eieio(void)
|
||||||
|
*/
|
||||||
|
FUNCTION(__eieio):
|
||||||
|
eieio
|
||||||
|
blr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user