aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/t_x86-64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/t_x86-64.h')
-rw-r--r--src/t_x86-64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/t_x86-64.h b/src/t_x86-64.h
index 91021ed..c1f3c49 100644
--- a/src/t_x86-64.h
+++ b/src/t_x86-64.h
@@ -12,7 +12,7 @@ enum reg {
#undef R
};
-void x86_64_isel(struct function *);
-void x86_64_emit(struct function *);
+void x86_64_isel(Function *);
+void x86_64_emit(Function *);
/* vim:set ts=3 sw=3 expandtab: */