diff options
author | Doug Evans <dje@google.com> | 2010-02-12 02:44:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-02-12 02:44:26 +0000 |
commit | 2310652a4f4b6568a96583e6930904e7c25efdcd (patch) | |
tree | 4f584e44fb4dc2276618b05d1a0302765efa0516 /sim/iq2000/cpu.h | |
parent | 15c3d785c32724ff94d54a613fcb627d1da0b721 (diff) | |
download | gdb-2310652a4f4b6568a96583e6930904e7c25efdcd.zip gdb-2310652a4f4b6568a96583e6930904e7c25efdcd.tar.gz gdb-2310652a4f4b6568a96583e6930904e7c25efdcd.tar.bz2 |
Regenerate cgen-derived files.
Diffstat (limited to 'sim/iq2000/cpu.h')
-rw-r--r-- | sim/iq2000/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/iq2000/cpu.h b/sim/iq2000/cpu.h index c084617..1b364fa 100644 --- a/sim/iq2000/cpu.h +++ b/sim/iq2000/cpu.h @@ -84,7 +84,7 @@ typedef struct { union sem_fields { struct { /* no operands */ int empty; - } fmt_empty; + } sfmt_empty; struct { /* */ IADDR i_jmptarg; } sfmt_j; |