- give the "struct {} s" a type name
This commit is contained in:
parent
b966bf0bab
commit
baeeb6d99c
@ -78,7 +78,7 @@ private:
|
||||
void write( Bit32u addr, Bit32u Value, unsigned int len );
|
||||
#endif
|
||||
|
||||
struct {
|
||||
struct s_type {
|
||||
bx_pit_t timer[3];
|
||||
Bit8u speaker_data_on;
|
||||
Boolean refresh_clock_div2;
|
||||
|
@ -60,7 +60,7 @@ private:
|
||||
void write( Bit32u addr, Bit32u Value, unsigned int len );
|
||||
#endif
|
||||
|
||||
struct {
|
||||
struct s_type {
|
||||
pit_82C54 timer;
|
||||
Bit8u speaker_data_on;
|
||||
Boolean refresh_clock_div2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user