From 7c5dd45eca377a3b675b6f0d4a9331bc3f971ac9 Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 22 Mar 2026 22:00:35 +0100 Subject: style: change uvlong -> u64int, vlong -> s64int Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe. --- src/t_aarch64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/t_aarch64.h') diff --git a/src/t_aarch64.h b/src/t_aarch64.h index 997a5fd..2779e61 100644 --- a/src/t_aarch64.h +++ b/src/t_aarch64.h @@ -8,7 +8,7 @@ enum reg { #define V(n) (V0+n) }; -bool aarch64_logimm(uint *enc, enum irclass, uvlong x); +bool aarch64_logimm(uint *enc, enum irclass, u64int x); void aarch64_isel(Function *); void aarch64_emit(Function *); -- cgit v1.2.3