mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-01 11:36:36 +00:00
change argument type of cs_support() API from cs_arch to int. this is to give us more flexibility to use this API to check other stuffs in future
This commit is contained in:
parent
a60ed8b044
commit
57aa8eca05
@ -190,7 +190,7 @@ unsigned int cs_version(int *major, int *minor);
|
||||
|
||||
@return True if this library supports the given arch.
|
||||
*/
|
||||
bool cs_support(cs_arch arch);
|
||||
bool cs_support(int arch);
|
||||
|
||||
/*
|
||||
Initialize CS handle: this must be done before any usage of CS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user