aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-gx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-gx.h')
-rw-r--r--sim/common/sim-gx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/sim-gx.h b/sim/common/sim-gx.h
index b0d0673..b7a815e 100644
--- a/sim/common/sim-gx.h
+++ b/sim/common/sim-gx.h
@@ -92,8 +92,8 @@ typedef struct sim_gx_block_list
/* actual gx function pointer type */
-struct tgx_cpu_regs;
-typedef int (*sim_gx_function)(struct tgx_cpu_regs* cpu, char* pc_flags, struct tgx_callbacks* callbacks);
+struct tgx_info;
+typedef int (*sim_gx_function)(struct tgx_info* info);
/* return values from gx function */