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

@ -30,6 +30,7 @@ const (
MODE_16 = 2
MODE_32 = 4
MODE_64 = 8
MODE_PPC32 = 4
MODE_PPC64 = 8
MODE_QPX = 16
MODE_SPARC32 = 4