diff options
author | Samuel Williams <[email protected]> | 2019-06-19 21:06:57 +1200 |
---|---|---|
committer | Samuel Williams <[email protected]> | 2019-06-19 23:30:04 +1200 |
commit | d17344cfc56edc4599252041b3ec0d46af0851fd (patch) | |
tree | 5f454cf938013797138b68579d51af03c97afbcb /vm_core.h | |
parent | 40f8c82b960041d29aba028cc9fe01177bdc4f84 (diff) |
Remove IA64 support.
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -894,11 +894,6 @@ typedef struct rb_execution_context_struct { VALUE *stack_start; VALUE *stack_end; size_t stack_maxsize; -#ifdef __ia64 - VALUE *register_stack_start; - VALUE *register_stack_end; - size_t register_stack_maxsize; -#endif RUBY_ALIGNAS(SIZEOF_VALUE) jmp_buf regs; } machine; } rb_execution_context_t; |