From 1d9e19fb3bb941cdc28e9d4c3063d3e213fd8312 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 18 Mar 2026 11:33:41 +0100 Subject: Refactor: use typedefs and CamelCase for aggregate types Looks nicer --- src/t_aarch64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/t_aarch64.h') diff --git a/src/t_aarch64.h b/src/t_aarch64.h index ad017c1..997a5fd 100644 --- a/src/t_aarch64.h +++ b/src/t_aarch64.h @@ -9,8 +9,8 @@ enum reg { }; bool aarch64_logimm(uint *enc, enum irclass, uvlong x); -void aarch64_isel(struct function *); -void aarch64_emit(struct function *); +void aarch64_isel(Function *); +void aarch64_emit(Function *); /* vim:set ts=3 sw=3 expandtab: */ -- cgit v1.2.3