Add WASM to sig enum in rz_flirt.h (#4945)
This commit is contained in:
parent
d8a5fcf5c5
commit
424e9b597a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue