diff options
author | David Timber <mieabby@gmail.com> | 2020-01-04 09:05:45 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-04 09:05:45 +1100 |
commit | 129e12d7685a6ea99fde514ad104a0368a19033d (patch) | |
tree | af4148f9f47830aa0eea9ef035bd08c61e8b4592 /src/protocol.h | |
parent | 1120c866527fe439fb51e24fc2e512a24e79c37a (diff) |
musl + mbedtls!
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 1ab2c1a..5928d9e 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -9,7 +9,7 @@ typedef enum { PRNE_ARCH_ARMV4T, PRNE_ARCH_ARMV7, - PRNE_ARCH_I586, + PRNE_ARCH_I686, PRNE_ARCH_M68K, PRNE_ARCH_MIPS, PRNE_ARCH_MPSL, |