![]() ![]() | ![]() |
version 1.5, 2018/07/23 21:25:42 | version 1.6, 2018/07/23 21:32:12 |
---|---|
Line 121 Doing a (please note that also `python36 | Line 121 Doing a (please note that also `python36 |
fpsr 0x3000000 50331648 | fpsr 0x3000000 50331648 |
fpcr 0x10 16 | fpcr 0x10 16 |
(gdb) quit | (gdb) quit |
...and `_cffi_restore_errno` and `_cffi_save_errno` are defined in | |
`cffi/_cffi_include.h` as follows: | |
#define _cffi_restore_errno \ | |
((void(*)(void))_cffi_exports[13]) | |
#define _cffi_save_errno \ | |
((void(*)(void))_cffi_exports[14]) |