mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-01 14:46:26 +00:00
Fix return type of isBitfield in the binding definition
Patch by Loïc Jaquemet. llvm-svn: 179984
This commit is contained in:
parent
cda1028a39
commit
2dbe8f94a9
@ -3075,7 +3075,7 @@ functionList = [
|
||||
|
||||
("clang_Cursor_isBitField",
|
||||
[Cursor],
|
||||
c_long),
|
||||
bool),
|
||||
|
||||
("clang_Type_getAlignOf",
|
||||
[Type],
|
||||
|
Loading…
x
Reference in New Issue
Block a user