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