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