Automated leading tab to spaces conversion.

This commit is contained in:
xorstream
2017-01-21 12:28:22 +11:00
parent df41c49e2d
commit 770c5616e2
69 changed files with 3839 additions and 3839 deletions

View File

@@ -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. */