On 22 February 2013 18:20, Andreas Färber <afaer...@suse.de> wrote: > Am 22.02.2013 19:10, schrieb Peter Maydell: >> From: Andreas Färber <afaer...@suse.de> >> index c0f6c6d..252bd14 100644 >> --- a/target-alpha/cpu-qom.h >> +++ b/target-alpha/cpu-qom.h >> @@ -72,5 +72,6 @@ static inline AlphaCPU *alpha_env_get_cpu(CPUAlphaState >> *env) >> >> #define ENV_GET_CPU(e) CPU(alpha_env_get_cpu(e)) >> >> +#define ENV_OFFSET offsetof(AlphaCPU, env) >> >> #endif > [snip] > > Compared to my rebased copy of this patch on qom-cpu-10 yours is > dropping a white line per target. I've intentionally used two lines > spacing for grouping and a line between definitions. Matter of taste.
Yeah, I deliberately dropped a bunch of what I felt were extraneous blank lines :-) -- PMM