mirror of
https://github.com/deater/tb1.git
synced 2024-11-01 03:04:30 +00:00
7 lines
144 B
C
7 lines
144 B
C
/*
|
|
* These are used to set parameters in the core dumps.
|
|
*/
|
|
#define ELF_CLASS ELFCLASS32
|
|
#define ELF_DATA ELFDATA2MSB
|
|
#define ELF_ARCH EM_68K
|