bindings: add UC_MODE_PPC32 constant after recent update on unicorn.h

This commit is contained in:
Nguyen Anh Quynh
2016-01-24 20:50:26 +08:00
parent ec6d4d9ae0
commit 9ec2163571
4 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ module Common =
let UC_MODE_16 = 2
let UC_MODE_32 = 4
let UC_MODE_64 = 8
let UC_MODE_PPC32 = 4
let UC_MODE_PPC64 = 8
let UC_MODE_QPX = 16
let UC_MODE_SPARC32 = 4