diff options
Diffstat (limited to 'sim/m32r/cpux.h')
-rw-r--r-- | sim/m32r/cpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index e3fd88e..82e472c 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -133,7 +133,7 @@ typedef struct { union sem_fields { struct { /* no operands */ int empty; - } fmt_empty; + } sfmt_empty; struct { /* */ UINT f_uimm8; } sfmt_clrpsw; |