- give the "struct {} s" a type name

This commit is contained in:
Bryce Denney 2001-08-30 02:04:42 +00:00
parent b966bf0bab
commit baeeb6d99c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;