mirror of
https://github.com/deater/tb1.git
synced 2025-01-24 11:32:43 +00:00
7 lines
151 B
C
7 lines
151 B
C
|
/* These are used to set parameters in the core dumps.
|
||
|
*/
|
||
|
#define ELF_CLASS ELFCLASS64
|
||
|
#define ELF_DATA ELFDATA2LSB
|
||
|
#define ELF_ARCH EM_IA_64
|
||
|
|