vm: fix failed alloc condition
[minix.git] / lib / libcompat_minix / include / arm / compat_jmp_buf.h
blob841f75cda4fd951f02c7982452da70ee654d7659
1 #ifndef _COMPAT_MACHINE_JMP_BUF_H
2 #define _COMPAT_MACHINE_JMP_BUF_H
4 /* This file is strictly dependant on the libc's
5 * setjmp/longjmp code! Keep it in sync! */
7 /* This is used only by libddekit's src/thread.c.
8 * Being incredibly fragile (not to mention hardly
9 * portable, it would be a good idea to replace
10 * that code. */
12 #define JB_PC 148
13 #define JB_SP 144
14 #define JB_BP 136
16 #endif /* _COMPAT_MACHINE_JMP_BUF_H */