bindings: add UC_MODE_PPC32 constant after recent update on unicorn.h
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user