diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/box64context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h index ecf60f7f..575348bf 100644 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -52,7 +52,11 @@ typedef struct kh_dynablocks_s kh_dynablocks_t; typedef void* (*procaddress_t)(const char* name); typedef void* (*vkprocaddess_t)(void* instance, const char* name); +#ifdef LA64_ABI_1 +#define MAX_SIGNAL 128 +#else #define MAX_SIGNAL 64 +#endif typedef struct tlsdatasize_s { int tlssize; |