new way to allocate dt_store

This commit is contained in:
gbeauche 2005-01-08 08:57:53 +00:00
parent 09d6712bdb
commit d075282607

View File

@ -88,7 +88,7 @@ public:
uint32 output_dt; // Mac address of Deferred Task for writing
#ifdef POWERPC_ROM
uint8 dt_store[SIZEOF_serdt * 2];
uint32 dt_store;
#endif
};