| Index: src/ppc/constants-ppc.h
|
| diff --git a/src/ppc/constants-ppc.h b/src/ppc/constants-ppc.h
|
| index 87a82719bea5623bc5f42af217ec74a95af43e95..be861b8bd3417913c80692dc145d22a843aae0ac 100644
|
| --- a/src/ppc/constants-ppc.h
|
| +++ b/src/ppc/constants-ppc.h
|
| @@ -292,7 +292,8 @@ enum OpcodeExt4 {
|
| MTFSF = 711 << 1, // move to FPSCR fields XFL-form
|
| FCFID = 846 << 1, // Floating convert from integer doubleword
|
| FCTID = 814 << 1, // Floating convert from integer doubleword
|
| - FCTIDZ = 815 << 1 // Floating convert from integer doubleword
|
| + FCTIDZ = 815 << 1, // Floating convert from integer doubleword
|
| + FCFIDU = 974 << 1 // Floating convert from integer doubleword unsigned
|
| };
|
|
|
| enum OpcodeExt5 {
|
|
|