ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp
(Generate patch)

Comparing SheepShaver/src/kpx_cpu/sheepshaver_glue.cpp (file contents):
Revision 1.27 by gbeauche, 2004-02-15T17:17:36Z vs.
Revision 1.28 by gbeauche, 2004-02-16T15:34:55Z

# Line 171 | Line 171 | public:
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())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines