signal seem ok
This commit is contained in:
parent
2aa3b803f4
commit
c95aeaf172
12
vcd_spans.c
12
vcd_spans.c
@ -119,22 +119,18 @@ int scopeIdentifierSpan(vcd_parser_t* state, const unsigned char* p, const unsig
|
|||||||
ASSERT(top, napi_set_element(env, stack, state->stackPointer, obj))
|
ASSERT(top, napi_set_element(env, stack, state->stackPointer, obj))
|
||||||
#else
|
#else
|
||||||
strcopy(p, endp, state->tmpStr); // load the value into temp string 1
|
strcopy(p, endp, state->tmpStr); // load the value into temp string 1
|
||||||
|
|
||||||
|
// set stack[sp].`tmpStr` to {}
|
||||||
snprintf(state->tmpStr2, 4096, "stack.%d.%s", state->stackPointer, state->tmpStr);
|
snprintf(state->tmpStr2, 4096, "stack.%d.%s", state->stackPointer, state->tmpStr);
|
||||||
new_object_path(state->tmpStr2);
|
new_object_path(state->tmpStr2);
|
||||||
|
|
||||||
|
// bump
|
||||||
// snprintf(state->tmpStr2, 4096, "stack.%d", state->stackPointer);
|
|
||||||
state->stackPointer += 1;
|
state->stackPointer += 1;
|
||||||
|
|
||||||
|
// set stack[sp+1] to the same object as stack[sp].`tmpStr`
|
||||||
snprintf(state->tmpStr, 4096, "stack.%d", state->stackPointer);
|
snprintf(state->tmpStr, 4096, "stack.%d", state->stackPointer);
|
||||||
|
|
||||||
|
|
||||||
// snprintf(state->tmpStr2, 4096, "stack.%d", state->stackPointer);
|
|
||||||
// new_object_path(state->tmpStr2);
|
|
||||||
|
|
||||||
// snprintf(state->tmpStr, 4096, "stack.%d", state->stackPointer+1); // load the dot-prop into string 2
|
|
||||||
set_path_to_path(state->tmpStr, state->tmpStr2);
|
set_path_to_path(state->tmpStr, state->tmpStr2);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user