mirror of
https://github.com/deater/tb1.git
synced 2025-01-08 16:30:40 +00:00
9 lines
181 B
C
9 lines
181 B
C
/*
|
|
* These are used to set parameters in the core dumps.
|
|
*/
|
|
#define ELF_DATA ELFDATA2MSB
|
|
#define ELF_ARCH EM_PARISC
|
|
|
|
//#define ELF_CLASS ELFCLASS64
|
|
#define ELF_CLASS ELFCLASS32
|