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
6
7struct __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
#define __CCPP_END_DECLARATIONS
Definition config.h:8
#define __CCPP_BEGIN_DECLARATIONS
Definition config.h:7
Definition jmpbuf.h:7
unsigned long __registers[8]
Definition jmpbuf.h:9