64-bit fixes.
[AROS-Contrib.git] / scout / disassembler / libc.h
blob55a79cd51a72584a7c1cb1a31deba77023d14c85
1 #define EXCEPTION_ABORT 1
2 #define EXCEPTION_NO_MEMORY 2
4 struct LibcData
6 jmp_buf abort_buf;
7 char *exception_arg1;
8 unsigned int exception_arg2;
9 void *pool;
10 void *userdata;
13 void libc_setcontext(struct LibcData *data);
14 void libc_unsetcontext(void);