From 64c79edda0bc29d11b7efaffa9d051f64ea431d0 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 6 Jun 2017 18:06:34 -0400 Subject: fix fp subtractions on amd64 The stashing of constants in gas.c was also changed to support 16-bytes constants. --- all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.h') diff --git a/all.h b/all.h index 1abd23c..629fea3 100644 --- a/all.h +++ b/all.h @@ -517,5 +517,5 @@ void rega(Fn *); extern char *gasloc; extern char *gassym; void gasemitdat(Dat *, FILE *); -int gasstashfp(int64_t, int); +int gasstash(void *, int); void gasemitfin(FILE *); -- cgit 1.4.1