On 04/22/2014 07:19 PM, lig.f...@cn.fujitsu.com wrote: >> > typedef struct TCGLabelQemuLdst { >> > - int is_ld:1; /* qemu_ld: 1, qemu_st: 0 */ >> > + bool is_ld:1; /* qemu_ld: true, qemu_st: false */ > As boot type now, specify 1 bit is unnecessary,
Huh? Certainly it is, otherwise it would consume 1 byte. r~