source: mainline/uspace/lib/libc/arch/amd64/include/context_offset.h@ fa23560

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

New, better-structured, directory layout for uspace.

  • Property mode set to 100644
File size: 278 bytes
Line 
1/* This file is automatically generated by gencontext.c. */
2#define OFFSET_SP 0x0
3#define OFFSET_PC 0x8
4#define OFFSET_RBX 0x10
5#define OFFSET_RBP 0x18
6#define OFFSET_R12 0x20
7#define OFFSET_R13 0x28
8#define OFFSET_R14 0x30
9#define OFFSET_R15 0x38
10#define OFFSET_TLS 0x40
11
12
Note: See TracBrowser for help on using the repository browser.