diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/include/emscripten/emscripten.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/emscripten/emscripten.h b/system/include/emscripten/emscripten.h index 22fa9946..b6e6307b 100644 --- a/system/include/emscripten/emscripten.h +++ b/system/include/emscripten/emscripten.h @@ -471,6 +471,9 @@ double emscripten_asm_const_double(const char *code, ...); /* If specified, the pathnames of the file information in the call * stack will be omitted. */ #define EM_LOG_NO_PATHS 64 +/* If specified, prints out the actual values of the parameters the + * functions were invoked with. */ +#define EM_LOG_FUNC_PARAMS 128 /* * Prints out a message to the console, optionally with the |