diff options
author | David Timber <mieabby@gmail.com> | 2020-08-10 13:57:00 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-10 13:57:00 +0930 |
commit | 195946d11f8a7870b435e0eba32f2299aa1b96a1 (patch) | |
tree | 62470aff372efb7cb66d9a90c1fc33c60b19738f /src/protocol.h | |
parent | d61c0f9ddba9176c09ed751587343f3268ac6812 (diff) |
Changes for xcomp ...
* Add 'pthsem' dependency
* Remove m68k, spc arch
* Add proone-stress, proone-arch-test
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/protocol.h b/src/protocol.h index fbc9dba..4243336 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -19,18 +19,16 @@ typedef struct prne_htbt_bin_meta prne_htbt_bin_meta_t; typedef enum { PRNE_ARCH_NONE = -1, - + + PRNE_ARCH_I686, + PRNE_ARCH_X86_64, PRNE_ARCH_ARMV4T, PRNE_ARCH_ARMV7, - PRNE_ARCH_I686, - PRNE_ARCH_M68K, + PRNE_ARCH_AARCH64, PRNE_ARCH_MIPS, PRNE_ARCH_MPSL, PRNE_ARCH_PPC, - PRNE_ARCH_RV32, - PRNE_ARCH_RV64, PRNE_ARCH_SH4, - PRNE_ARCH_SPC, NB_PRNE_ARCH } prne_arch_t; |