Iros
Loading...
Searching...
No Matches
jmpbuf.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ccpp/bits/config.h
>
4
5
__CCPP_BEGIN_DECLARATIONS
6
7
struct
__jmp_buf
{
8
// The SYS-V ABI specifies 6 callee-saved registers, but we must also include the stack and instruction pointers.
9
unsigned
long
__registers
[8];
10
};
11
12
__CCPP_END_DECLARATIONS
config.h
__CCPP_END_DECLARATIONS
#define __CCPP_END_DECLARATIONS
Definition
config.h:8
__CCPP_BEGIN_DECLARATIONS
#define __CCPP_BEGIN_DECLARATIONS
Definition
config.h:7
__jmp_buf
Definition
jmpbuf.h:7
__jmp_buf::__registers
unsigned long __registers[8]
Definition
jmpbuf.h:9
libs
ccpp
include
ccpp
bits
arch
x86_64
jmpbuf.h
Generated by
1.13.0