diff options
Diffstat (limited to 'target-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index ae47a1ba1c..a575bfd006 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -186,7 +186,7 @@ typedef struct CPUSPARCState { target_ulong y; /* multiply/divide register */ /* emulator internal flags handling */ - target_ulong cc_src; + target_ulong cc_src, cc_src2; target_ulong cc_dst; uint32_t psr; /* processor state register */ |