aboutsummaryrefslogtreecommitdiff
path: root/target/sparc/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/sparc/cpu.h')
-rw-r--r--target/sparc/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h
index 3e361a5b75..b48004f8c3 100644
--- a/target/sparc/cpu.h
+++ b/target/sparc/cpu.h
@@ -562,9 +562,7 @@ struct CPUArchState {
* A SPARC CPU.
*/
struct ArchCPU {
- /*< private >*/
CPUState parent_obj;
- /*< public >*/
CPUSPARCState env;
};