bindings: update const_generator.py, and update all binding constants

This commit is contained in:
Nguyen Anh Quynh
2022-01-01 09:24:28 +08:00
parent 57699b69bb
commit 6813e4a042
21 changed files with 1679 additions and 386 deletions

View File

@@ -23,7 +23,7 @@ template = {
'm68k.h': 'm68k',
'ppc.h': 'ppc',
'riscv.h': 'riscv',
's390x.h' : "s390x",
's390x.h' : 's390x',
'unicorn.h': 'unicorn',
'comment_open': '#',
'comment_close': '',
@@ -42,6 +42,7 @@ template = {
'm68k.h': 'm68k',
'ppc.h': 'ppc',
'riscv.h': 'riscv',
's390x.h' : 's390x',
'unicorn.h': 'unicorn',
'comment_open': '#',
'comment_close': '',
@@ -60,6 +61,7 @@ template = {
'm68k.h': 'm68k',
'ppc.h': 'ppc',
'riscv.h': 'riscv',
's390x.h' : 's390x',
'unicorn.h': 'unicorn',
'comment_open': '//',
'comment_close': '',
@@ -78,6 +80,7 @@ template = {
'm68k.h': 'M68k',
'ppc.h': 'Ppc',
'riscv.h': 'Riscv',
's390x.h' : 'S390x',
'unicorn.h': 'Unicorn',
'comment_open': '//',
'comment_close': '',
@@ -96,6 +99,7 @@ template = {
'm68k.h': 'M68k',
'ppc.h': 'Ppc',
'riscv.h': 'Riscv',
's390x.h' : 'S390x',
'unicorn.h': 'Common',
'comment_open': ' //',
'comment_close': '',
@@ -114,6 +118,7 @@ template = {
'm68k.h': 'M68k',
'ppc.h': 'Ppc',
'riscv.h': 'Riscv',
's390x.h' : 'S390x',
'unicorn.h': 'Unicorn',
'comment_open': '//',
'comment_close': '',