diff options
Diffstat (limited to 'target/tilegx')
-rw-r--r-- | target/tilegx/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/tilegx/cpu.h b/target/tilegx/cpu.h index 643b7dbd17..deb3e836ea 100644 --- a/target/tilegx/cpu.h +++ b/target/tilegx/cpu.h @@ -135,6 +135,7 @@ typedef struct TileGXCPU { CPUState parent_obj; /*< public >*/ + CPUNegativeOffsetState neg; CPUTLGState env; } TileGXCPU; |