// 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__Pvj(void);
extern "ASM" unsigned long GetPicturePPC__Pvj(void *arg1,long arg2)
{
	struct PPCArgs ppc = { };
	static void (*_PPCData_GetPicturePPC__Pvj)(void) = _PPCStub_GetPicturePPC__Pvj;
	ppc.PP_Code = _PPCData_GetPicturePPC__Pvj;
	long args[2];
	args[0] = (long) arg1;
	args[1] = (long) arg2;
	ppc.PP_Regs[0] = (ULONG) args;
	RunPPC(&ppc);
	return (unsigned long) ppc.PP_Regs[0];
}
#else // __PPC__
extern "ASM" unsigned long GetPicturePPC__Pvj(void *arg1,long arg2);
extern "ASM" unsigned long __saveds _PPCStub_GetPicturePPC__Pvj(long *args)
{
	return GetPicturePPC__Pvj(
		(void *) args[0],
		(long) args[1]
	);
}
#endif // __PPC__

