Make sure the ArchInstructionCall structure is initialized before being used

This commit is contained in:
Pierre Pronchery 2011-05-08 17:46:10 +00:00
parent 670529b5a5
commit bbeb9ee7f3

View File

@ -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))
{