20 #ifndef KERNEL_PROCESSOR_PPC32_STACKFRAME_H 21 #define KERNEL_PROCESSOR_PPC32_STACKFRAME_H 23 #include "pedigree/kernel/compiler.h" 24 #include "pedigree/kernel/processor/StackFrameBase.h" 25 #include "pedigree/kernel/processor/types.h" 37 const ProcessorState &State, uintptr_t basePointer,
47 static void construct(
48 ProcessorState &state, uintptr_t returnAddress,
unsigned int nParams,
virtual uintptr_t getParameter(size_t n)
PPC32StackFrame(const ProcessorState &State, uintptr_t basePointer, LargeStaticString mangledSymbol)