mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-07 12:32:21 +00:00
new way to allocate dt_store
This commit is contained in:
parent
09d6712bdb
commit
d075282607
@ -88,7 +88,7 @@ public:
|
|||||||
uint32 output_dt; // Mac address of Deferred Task for writing
|
uint32 output_dt; // Mac address of Deferred Task for writing
|
||||||
|
|
||||||
#ifdef POWERPC_ROM
|
#ifdef POWERPC_ROM
|
||||||
uint8 dt_store[SIZEOF_serdt * 2];
|
uint32 dt_store;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user