mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 13:56:55 +00:00
Fix uc_mode usage in source code
This commit is contained in:
parent
8763d426c2
commit
288ef1df0a
|
@ -78,7 +78,7 @@ typedef enum uc_arch {
|
||||||
UC_ARCH_ARM64, // ARM-64, also called AArch64
|
UC_ARCH_ARM64, // ARM-64, also called AArch64
|
||||||
UC_ARCH_MIPS, // Mips architecture
|
UC_ARCH_MIPS, // Mips architecture
|
||||||
UC_ARCH_X86, // X86 architecture (including x86 & x86-64)
|
UC_ARCH_X86, // X86 architecture (including x86 & x86-64)
|
||||||
UC_ARCH_PPC, // PowerPC architecture
|
UC_ARCH_PPC, // PowerPC architecture (currently unsupported)
|
||||||
UC_ARCH_SPARC, // Sparc architecture
|
UC_ARCH_SPARC, // Sparc architecture
|
||||||
UC_ARCH_M68K, // M68K architecture
|
UC_ARCH_M68K, // M68K architecture
|
||||||
UC_ARCH_MAX,
|
UC_ARCH_MAX,
|
||||||
|
|
Loading…
Reference in a new issue