mirror of https://github.com/zeldaret/tp.git
33 lines
513 B
C++
33 lines
513 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: __va_arg
|
|
//
|
|
|
|
#include "Runtime.PPCEABI.H/__va_arg.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
#undef __va_arg
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80361B14-80361BDC 35C454 00C8+00 0/0 3/3 0/0 .text __va_arg */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void __va_arg(void*, int) {
|
|
nofralloc
|
|
#include "asm/Runtime.PPCEABI.H/__va_arg/__va_arg.s"
|
|
}
|
|
#pragma pop
|