diff options
Diffstat (limited to 'sim/lm32/cpu.h')
-rw-r--r-- | sim/lm32/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/lm32/cpu.h b/sim/lm32/cpu.h index 40ed1cd..d27b9da 100644 --- a/sim/lm32/cpu.h +++ b/sim/lm32/cpu.h @@ -79,7 +79,7 @@ typedef struct { union sem_fields { struct { /* no operands */ int empty; - } fmt_empty; + } sfmt_empty; struct { /* */ IADDR i_call; } sfmt_bi; |