| Index: src/IceInstX8632.cpp
|
| diff --git a/src/IceInstX8632.cpp b/src/IceInstX8632.cpp
|
| index 006d7819d5faff9626f91d27ae4f522cb099fecb..a0ff546e414f3acd9b1286d06a050f81ce0ecd70 100644
|
| --- a/src/IceInstX8632.cpp
|
| +++ b/src/IceInstX8632.cpp
|
| @@ -50,8 +50,8 @@ const TargetX8632Traits::InstCmppsAttributesType
|
|
|
| const TargetX8632Traits::TypeAttributesType
|
| TargetX8632Traits::TypeAttributes[] = {
|
| -#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, width, fld) \
|
| - { cvt, sdss, pdps, spsd, pack, width, fld } \
|
| +#define X(tag, elementty, cvt, sdss, pdps, spsd, pack, unpack, width, fld) \
|
| + { cvt, sdss, pdps, spsd, pack, unpack, width, fld } \
|
| ,
|
| ICETYPEX8632_TABLE
|
| #undef X
|
|
|