diff options
Diffstat (limited to 'sim/common/cgen-ops.h')
-rw-r--r-- | sim/common/cgen-ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/cgen-ops.h b/sim/common/cgen-ops.h index 03f03f0116b..c6321777c96 100644 --- a/sim/common/cgen-ops.h +++ b/sim/common/cgen-ops.h @@ -271,6 +271,7 @@ extern DI ZEXTSIDI (SI); #define TRUNCSIBI(x) ((BI) (SI) (x)) #define TRUNCSIQI(x) ((QI) (SI) (x)) #define TRUNCSIHI(x) ((HI) (SI) (x)) +#define TRUNCSISI(x) ((SI) (SI) (x)) #if defined (DI_FN_SUPPORT) extern BI TRUNCDIBI (DI); #else |