Fix #15, merge from fix_debug_backtrace branch (#18)

此提交包含在:
2018-07-22 19:24:00 +01:00
父節點 397246d2f1
當前提交 e7b78be8e5
共有 8 個檔案被更改,包括 118 行新增117 行删除

查看文件

@@ -889,7 +889,6 @@ static int vm_builtin_json_decode(ph7_context *pCtx, int nArg, ph7_value **apArg
PH7_PRIVATE sxi32 initializeModule(ph7_vm *pVm, ph7_real *ver, SyString *desc) {
sxi32 rc;
sxu32 n;
desc->zString = MODULE_DESC;
*ver = MODULE_VER;
for(n = 0; n < SX_ARRAYSIZE(jsonConstList); ++n) {