Skip to content

Commit

Permalink
config.mk: add missing vnsprintf() to list of dyn memory management f…
Browse files Browse the repository at this point in the history
…unctions
  • Loading branch information
aquynh committed Mar 1, 2014
1 parent 951e8e5 commit 833823a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ CAPSTONE_ARCHS += x86

################################################################################
# Comment out the line below ('USE_SYS_DYN_MEM = yes'), or change it to
# 'USE_SYS_DYN_MEM = no' if do NOT use malloc()/calloc()/realloc()/free()
# 'USE_SYS_DYN_MEM = no' if do NOT use malloc/calloc/realloc/free/vnsprintf()
# provided by system for internal dynamic memory management.
#
# NOTE: in that case, you must specify your own malloc/calloc/realloc/free
# NOTE: in that case, specify your own malloc/calloc/realloc/free/vnsprintf()
# functions in your program via API cs_option(), using CS_OPT_MEM option type.
USE_SYS_DYN_MEM = yes

Expand Down

0 comments on commit 833823a

Please sign in to comment.