[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


struct vregs

Signal handlers get this as the last argument.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS
Mac OS
Palm OS
Win32

Prototype:
#include <signal.h>
typedef struct vregs
  {
   ulong pc, /* program counter */
   r0, /* scratch */
   1, /* stack ptr */
   r2, /* TOC */
   /* volatile regs */
   r3, r4,r5,r6,r7,r8,r9,r10,
   /* scratch regs */
   r11, r12;
  
   double f0, /* fp scratch */
  
   /* fp volatile regs */
   f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13;
  
   ulong filler1, /* place holder */
   fpscr, /* fp condition codes */
   ctr, xer, cr, msr, lr; /* misc. status */
  }vregs;


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000