171 |
|
friend sigsegv_return_t sigsegv_handler(sigsegv_address_t, sigsegv_address_t); |
172 |
|
}; |
173 |
|
|
174 |
< |
lazy_allocator< sheepshaver_cpu > allocator_helper< sheepshaver_cpu, lazy_allocator >::allocator; |
174 |
> |
// FIXME: this specialization doesn't work with GCC |
175 |
> |
// template<> lazy_allocator< sheepshaver_cpu > allocator_helper< sheepshaver_cpu, lazy_allocator >::allocator; |
176 |
> |
template< class data_type, template< class > class allocator_type > |
177 |
> |
allocator_type< data_type > allocator_helper< data_type, allocator_type >::allocator; |
178 |
|
|
179 |
|
sheepshaver_cpu::sheepshaver_cpu() |
180 |
|
: powerpc_cpu(enable_jit_p()) |