diff options
Diffstat (limited to 'src/core/arm/skyeye_common')
| -rw-r--r-- | src/core/arm/skyeye_common/armstate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/arm/skyeye_common/armstate.h b/src/core/arm/skyeye_common/armstate.h index b364e2621..ceb159d14 100644 --- a/src/core/arm/skyeye_common/armstate.h +++ b/src/core/arm/skyeye_common/armstate.h | |||
| @@ -247,6 +247,5 @@ private: | |||
| 247 | static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8; | 247 | static const u32 RESERVATION_GRANULE_MASK = 0xFFFFFFF8; |
| 248 | 248 | ||
| 249 | u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode | 249 | u32 exclusive_tag; // The address for which the local monitor is in exclusive access mode |
| 250 | u32 exclusive_result; | ||
| 251 | bool exclusive_state; | 250 | bool exclusive_state; |
| 252 | }; | 251 | }; |