AVX-512: Fix bugs related to uninitialized variables
commitdb358a2993be0e0aa3864ed3290105dd4a544c35
authorJin Kyu Song <jin.kyu.song@intel.com>
Sat, 21 Sep 2013 03:36:19 +0000 (20 20:36 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 21 Sep 2013 08:26:36 +0000 (21 12:26 +0400)
tree9c1abceb5da8e11e4c48975f128245221789abd5
parenteb595942b2c9421548d110e511d12823f38cffbf
AVX-512: Fix bugs related to uninitialized variables

Initialized disp8 to avoid a case that disp8 encoded
instead of the actual offset value.
Added a checking routine for basereg value before using it
as an index of array.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c