diff options
Diffstat (limited to 'target/unicore32/cpu.h')
-rw-r--r-- | target/unicore32/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/unicore32/cpu.h b/target/unicore32/cpu.h index c1130e9548..39beb32366 100644 --- a/target/unicore32/cpu.h +++ b/target/unicore32/cpu.h @@ -73,6 +73,7 @@ struct UniCore32CPU { CPUState parent_obj; /*< public >*/ + CPUNegativeOffsetState neg; CPUUniCore32State env; }; |