Add WASM to sig enum in rz_flirt.h (#4945)

This commit is contained in:
Giovanni 2025-02-28 14:06:16 +08:00 committed by GitHub
parent d8a5fcf5c5
commit 424e9b597a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,7 @@ enum rz_flirt_sig_arch_t {
RZ_FLIRT_SIG_ARCH_RISCV, // RISC-V
RZ_FLIRT_SIG_ARCH_RL78, // Renesas RL78.
RZ_FLIRT_SIG_ARCH_RX, // Renesas RX.
RZ_FLIRT_SIG_ARCH_WASM, // WebAssembly.
RZ_FLIRT_SIG_ARCH_ANY,
};