emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp bebec46 2/2: * src/comp.c (define_jmp_buf): Use 'jmp


From: Andrea Corallo
Subject: feature/native-comp bebec46 2/2: * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'.
Date: Sun, 14 Feb 2021 14:18:09 -0500 (EST)

branch: feature/native-comp
commit bebec46bcbf0e52460b08234c067d7a2cb0f2246
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index df770c6..737e808 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -2937,7 +2937,7 @@ define_jmp_buf (void)
       gcc_jit_context_new_array_type (comp.ctxt,
                                      NULL,
                                      comp.char_type,
-                                     sizeof (sys_jmp_buf)),
+                                     sizeof (jmp_buf)),
       "stuff");
   comp.jmp_buf_s =
     gcc_jit_context_new_struct_type (comp.ctxt,



reply via email to

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