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:
Axel Dörfler 2006-08-11 19:47:00 +00:00
parent db942edbe1
commit 01b2099116

View File

@ -170,3 +170,9 @@ FUNCTION(reset_dbats):
mtdbatl 3, %r3
blr
/* void __eieio(void)
*/
FUNCTION(__eieio):
eieio
blr