Make sure the ArchInstructionCall structure is initialized before being used
This commit is contained in:
parent
670529b5a5
commit
bbeb9ee7f3
@ -393,6 +393,7 @@ static int _instruction(State * state)
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||
#endif
|
||||
memset(&state->call, 0, sizeof(state->call));
|
||||
ret = _operator(state);
|
||||
if(_parser_in_set(state, TS_SPACE))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user