ObjFW  Diff

Differences From Artifact [2619f44789]:

To Artifact [c28d6d3ae5]:


36
37
38
39
40
41
42
43

44
45
46
47
48

49
50

51
36
37
38
39
40
41
42

43

44
45
46

47
48

49
50







-
+
-



-
+

-
+

    "__restore_r13:\n"
    "	lwz	%r13, 44(%r12)\n"
    "	blr\n"
);
#endif

bool __saveds
glue_of_init PPC_PARAMS(unsigned int version, struct of_libc *libc,
glue_of_init PPC_PARAMS(unsigned int version, struct of_libc *libc, FILE **sF)
    FILE *stderr_)
{
	M68K_ARG(unsigned int, version, d0)
	M68K_ARG(struct of_libc *, libc, a0)
	M68K_ARG(FILE *, stderr_, a1)
	M68K_ARG(FILE **, sF, a1)

	return of_init(version, libc, stderr_);
	return of_init(version, libc, sF);
}