Automated leading tab to spaces conversion.
This commit is contained in:
@@ -870,7 +870,7 @@ typedef struct CPUX86State {
|
||||
|
||||
/* Beginning of state preserved by INIT (dummy marker). */
|
||||
//struct {} start_init_save;
|
||||
int start_init_save;
|
||||
int start_init_save;
|
||||
|
||||
/* FPU state */
|
||||
unsigned int fpstt; /* top of stack index */
|
||||
@@ -939,7 +939,7 @@ typedef struct CPUX86State {
|
||||
|
||||
/* End of state preserved by INIT (dummy marker). */
|
||||
//struct {} end_init_save;
|
||||
int end_init_save;
|
||||
int end_init_save;
|
||||
|
||||
uint64_t system_time_msr;
|
||||
uint64_t wall_clock_msr;
|
||||
@@ -986,7 +986,7 @@ typedef struct CPUX86State {
|
||||
#if CPU_VTLB_SIZE == 0
|
||||
#error CPU_VTLB_SIZE is zero
|
||||
#endif
|
||||
CPU_COMMON
|
||||
CPU_COMMON
|
||||
|
||||
/* Fields from here on are preserved across CPU reset. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user