mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
bindings: add UC_MODE_PPC32 constant after recent update on unicorn.h
This commit is contained in:
parent
ec6d4d9ae0
commit
9ec2163571
4 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ UC_MODE_MIPS64 = 8
|
|||
UC_MODE_16 = 2
|
||||
UC_MODE_32 = 4
|
||||
UC_MODE_64 = 8
|
||||
UC_MODE_PPC32 = 4
|
||||
UC_MODE_PPC64 = 8
|
||||
UC_MODE_QPX = 16
|
||||
UC_MODE_SPARC32 = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue