diff options
Diffstat (limited to 'src/protocol.c')
-rw-r--r-- | src/protocol.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/protocol.c b/src/protocol.c index 97259f4..56d6d90 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -33,6 +33,12 @@ const char *prne_arch_tostr (const prne_arch_t x) { return "ppc"; case PRNE_ARCH_SH4: return "sh4"; + case PRNE_ARCH_M68K: + return "m68k"; + case PRNE_ARCH_ARC: + return "arc"; + case PRNE_ARCH_ARCEB: + return "arceb"; } return NULL; |