diff options
Diffstat (limited to 'target/moxie/cpu.h')
-rw-r--r-- | target/moxie/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/moxie/cpu.h b/target/moxie/cpu.h index 3d418c8..c6b6815 100644 --- a/target/moxie/cpu.h +++ b/target/moxie/cpu.h @@ -87,6 +87,7 @@ typedef struct MoxieCPU { CPUState parent_obj; /*< public >*/ + CPUNegativeOffsetState neg; CPUMoxieState env; } MoxieCPU; |