YaGL : modified the variable tpye
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 05:43:37 +0000 (14:43 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 11 Sep 2013 06:08:02 +0000 (15:08 +0900)
Modified the variable type for CPUState used by yagl_thread, etc.
(CPUArchState * -> CPUState *)
It has satisfied for the changes of passing argument to QEMU 1.6,
i.e., compilation warnings disappear.

Change-Id: I9f6dbe45d5d2c09ea126509803acdbba2da145c0
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
hw/yagl_thread.h

index 7938c8b..0879956 100644 (file)
@@ -62,7 +62,7 @@ struct yagl_thread_state
      * the time of call. This is the time when host thread can
      * read/write target memory.
      */
-    CPUArchState * volatile current_env;
+    CPUState * volatile current_env;
 };
 
 YAGL_DECLARE_TLS(struct yagl_thread_state*, cur_ts);