--- uae/src/md-i386-gcc/m68k.h 2018/04/24 16:55:45 1.1.1.4 +++ uae/src/md-i386-gcc/m68k.h 2018/04/24 17:15:27 1.1.1.5 @@ -1,19 +1,19 @@ - /* + /* * UAE - The Un*x Amiga Emulator - * + * * MC68000 emulation - machine dependent bits * * Copyright 1996 Bernd Schmidt */ -#if 0 +#if 0 struct flag_struct { unsigned int c:1; /* first byte */ int :5; unsigned int z:1; unsigned int n:1; int :3; /* second, third & fourth byte */ - unsigned int v:1; + unsigned int v:1; int :20; unsigned int x:1; /* fifth */ int :31;