OSDN Git Service

target: Unify QOM style
[qmiga/qemu.git] / target / cris / cpu.h
index 676b8e9..6aa4453 100644 (file)
@@ -174,9 +174,7 @@ typedef struct CPUArchState {
  * A CRIS CPU.
  */
 struct ArchCPU {
-    /*< private >*/
     CPUState parent_obj;
-    /*< public >*/
 
     CPUCRISState env;
 };