diff options
Diffstat (limited to 'sim/cris/cpuv32.h')
-rw-r--r-- | sim/cris/cpuv32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/cpuv32.h b/sim/cris/cpuv32.h index 9fa87e0..37f7a75 100644 --- a/sim/cris/cpuv32.h +++ b/sim/cris/cpuv32.h @@ -415,7 +415,7 @@ typedef struct { union sem_fields { struct { /* no operands */ int empty; - } fmt_empty; + } sfmt_empty; struct { /* */ UINT f_u4; } sfmt_break; |