diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-26 21:49:14 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-26 21:49:14 +0000 |
commit | f743149ecb74d161c7be3171d36bafc805473ebc (patch) | |
tree | dbc3f2cbbcc2d0d35b57b4702caaac431a1288a8 /sim/common/cgen-ops.h | |
parent | cb268829510cffcfdefd0ac26118216321be2039 (diff) | |
download | gdb-f743149ecb74d161c7be3171d36bafc805473ebc.zip gdb-f743149ecb74d161c7be3171d36bafc805473ebc.tar.gz gdb-f743149ecb74d161c7be3171d36bafc805473ebc.tar.bz2 |
import gdb-2000-01-26 snapshot
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 12fab70..03f03f0 100644 --- a/sim/common/cgen-ops.h +++ b/sim/common/cgen-ops.h @@ -222,6 +222,7 @@ extern DI EXTQIDI (QI); #else #define EXTQIDI(x) ((DI) (QI) (x)) #endif +#define EXTHIHI(x) ((HI) (HI) (x)) #define EXTHISI(x) ((SI) (HI) (x)) #define EXTSISI(x) ((SI) (SI) (x)) #if defined (DI_FN_SUPPORT) |