guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Stack alignment is 16 even on x86-32


From: Andy Wingo
Subject: [Guile-commits] 01/02: Stack alignment is 16 even on x86-32
Date: Mon, 29 Apr 2019 10:13:57 -0400 (EDT)

wingo pushed a commit to branch lightening
in repository guile.

commit 57b31f1111a65d4094918b63228eca2233729284
Author: Andy Wingo <address@hidden>
Date:   Mon Apr 29 16:12:38 2019 +0200

    Stack alignment is 16 even on x86-32
---
 lightening/x86.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lightening/x86.c b/lightening/x86.c
index bf48c18..a79d602 100644
--- a/lightening/x86.c
+++ b/lightening/x86.c
@@ -361,11 +361,7 @@ jit_flush(void *fptr, void *tptr)
 static inline size_t
 jit_stack_alignment(void)
 {
-#if __X64
   return 16;
-#else
-  return 4;
-#endif
 }
 
 static void



reply via email to

[Prev in Thread] Current Thread [Next in Thread]