Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 337059
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- sources/ld-tigcc/formats/tios.h
0
++ sources/ld-tigcc/formats/tios.h
Lines 39-45 Link Here
39
// *** File Mapping Definitions ***
39
// *** File Mapping Definitions ***
40
40
41
typedef struct ATTRIBUTE_PACKED {
41
typedef struct ATTRIBUTE_PACKED {
42
	char Signature[8];   // "**TI92**", "**TI89**", or "**TI92P*".
42
	char Signature[9];   // "**TI92**", "**TI89**", or "**TI92P*".
43
	I1 Reserved1[2];     // 01 00
43
	I1 Reserved1[2];     // 01 00
44
	char FolderName[8];  // Folder name.
44
	char FolderName[8];  // Folder name.
45
	char Desc[40];       // Not used.
45
	char Desc[40];       // Not used.

Return to bug 337059