source: mainline/arch/sparc64/include/context_offset.h@ 414f59c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 414f59c was 414f59c, checked in by Jakub Jermar <jakub@…>, 20 years ago

sparc64 work.
The context_save/context_restore needed two other improvements.
First, storing of %fp because of window_fills.
Second, flushing all active windows before CONTEXT_LOAD to make CWP - 1 the overlap window.

  • Property mode set to 100644
File size: 271 bytes
Line 
1/* This file is automatically generated by gencontext.c. */
2/* struct context */
3#define OFFSET_O1 0x0
4#define OFFSET_O2 0x8
5#define OFFSET_O3 0x10
6#define OFFSET_O4 0x18
7#define OFFSET_O5 0x20
8#define OFFSET_SP 0x28
9#define OFFSET_PC 0x30
10#define OFFSET_FP 0x38
Note: See TracBrowser for help on using the repository browser.