diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-13 23:51:48 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-13 23:51:48 +0000 |
commit | 0f831eb384260fc7422985eea4c10f847891800e (patch) | |
tree | 3028c1ca1113afa6056789c7dd45958fcd4ccb79 /sim/common/cgen-ops.h | |
parent | 73a93a3251211bf8c5774282e41dbc023820404a (diff) | |
download | gdb-0f831eb384260fc7422985eea4c10f847891800e.zip gdb-0f831eb384260fc7422985eea4c10f847891800e.tar.gz gdb-0f831eb384260fc7422985eea4c10f847891800e.tar.bz2 |
2000-03-13 Jeff Johnston <jjohnstn@cygnus.com>
* cgen-ops.h: Added TRUNCSISI.
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 03f03f0..c632177 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 |