// Stub functions for object "Work:Develop/StormC/src/DataTypes/gif/gifppc.o"
// Generated by genMixBinStub 1.0 for StormC
// © 1997 HAAGE & PARTNER GmbH

// DO NOT EDIT

#ifndef __PPC__
#include <libraries/powerpc.h>
#include <pragma/powerpc_lib.h>
#endif // __PPC__

#ifndef __PPC__
extern "ASM" void _PPCStub__GetPicturePPC(void);
extern "ASM" unsigned long _GetPicturePPC(void *arg1,long arg2,void *arg3)
{
	struct PPCArgs ppc = { };
	static void (*_PPCData__GetPicturePPC)(void) = _PPCStub__GetPicturePPC;
	ppc.PP_Code = _PPCData__GetPicturePPC;
	long args[3];
	args[0] = (long) arg1;
	args[1] = (long) arg2;
	args[2] = (long) arg3;
	ppc.PP_Regs[0] = (ULONG) args;
	RunPPC(&ppc);
	return (unsigned long) ppc.PP_Regs[0];
}
#else // __PPC__
extern "ASM" unsigned long _GetPicturePPC(void *arg1,long arg2,void *arg3);
extern "ASM" unsigned long __saveds _PPCStub__GetPicturePPC(long *args)
{
	return _GetPicturePPC(
		(void *) args[0],
		(long) args[1],
		(void *) args[2]
	);
}
#endif // __PPC__

