< prev index next >

src/os/linux/vm/os_linux.cpp

Print this page

        

*** 1742,1753 **** } typedef struct { Elf32_Half code; // Actual value as defined in elf.h Elf32_Half compat_class; // Compatibility of archs at VM's sense ! char elf_class; // 32 or 64 bit ! char endianess; // MSB or LSB char* name; // String representation } arch_t; #ifndef EM_486 #define EM_486 6 /* Intel 80486 */ --- 1742,1753 ---- } typedef struct { Elf32_Half code; // Actual value as defined in elf.h Elf32_Half compat_class; // Compatibility of archs at VM's sense ! unsigned char elf_class; // 32 or 64 bit ! unsigned char endianess; // MSB or LSB char* name; // String representation } arch_t; #ifndef EM_486 #define EM_486 6 /* Intel 80486 */
< prev index next >