softmmu: add e2k definition

This commit is contained in:
Alibek Omarov 2020-10-13 23:45:02 +03:00 committed by Denis Drakhnia
parent 1132f3d8bf
commit 142e846587
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ enum {
QEMU_ARCH_AVR = (1 << 21),
QEMU_ARCH_HEXAGON = (1 << 22),
QEMU_ARCH_LOONGARCH = (1 << 23),
QEMU_ARCH_E2K = (1 << 24),
};
extern const uint32_t arch_type;