mirror of
				https://gitlab.com/qemu-project/qemu-palcode.git
				synced 2024-02-13 08:32:59 +08:00 
			
		
		
		
	Fix use of undefined PACKED macro.
This commit is contained in:
		| @ -81,7 +81,7 @@ typedef uint16_t u16; | ||||
| #define SCREEN_MEM_START(x,y,p) SCREEN_IO_START(((x)*2),(y),(p)) | ||||
|  | ||||
| /* standard BIOS Video Parameter Table */ | ||||
| struct VideoParam_s { | ||||
| struct __attribute__((packed)) VideoParam_s { | ||||
|     u8 twidth; | ||||
|     u8 theightm1; | ||||
|     u8 cheight; | ||||
| @ -91,7 +91,7 @@ struct VideoParam_s { | ||||
|     u8 crtc_regs[25]; | ||||
|     u8 actl_regs[20]; | ||||
|     u8 grdc_regs[9]; | ||||
| } PACKED; | ||||
| }; | ||||
|  | ||||
| struct vgamode_s { | ||||
|     u8 svgamode; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Richard Henderson
					Richard Henderson