2 Copyright © 2010-2012, The AROS Development Team. All rights reserved.
5 Desc: CPU context parsing routines. Dummy nonfunctional template.
6 See code in arch/i386-all/exec/alert_cpu.c for working example.
12 #include "exec_intern.h"
13 #include "exec_util.h"
15 char *FormatCPUContext(char *buffer
, struct ExceptionContext
*ctx
,
16 struct ExecBase
*SysBase
)
20 buf
= Alert_AddString(buffer
, "Not implemented");
26 /* Unwind a single stack frame */
27 APTR
UnwindFrame(APTR fp
, APTR
*caller
)