aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/t_x86-64.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-18 11:33:41 +0100
committerlemon <lsof@mailbox.org>2026-03-18 11:33:41 +0100
commit1d9e19fb3bb941cdc28e9d4c3063d3e213fd8312 (patch)
treee18eddb587f91455a439c0fd4f1bb3b3216ea2df /src/t_x86-64.h
parent1fee6a61abdf2cf332fffbc50bf7adc1842feb40 (diff)
Refactor: use typedefs and CamelCase for aggregate types
Looks nicer
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: */