guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 242/437: Add missing jit_clear_state to documentation sa


From: Andy Wingo
Subject: [Guile-commits] 242/437: Add missing jit_clear_state to documentation sample.
Date: Mon, 2 Jul 2018 05:14:29 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit c6ced6662d5941fc883bb853d8ca049a4cb9c8b4
Author: pcpa <address@hidden>
Date:   Mon Sep 9 19:21:49 2013 -0300

    Add missing jit_clear_state to documentation sample.
---
 doc/body.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/body.texi b/doc/body.texi
index fe61596..f647111 100644
--- a/doc/body.texi
+++ b/doc/body.texi
@@ -798,6 +798,7 @@ int main(int argc, char *argv[])
 
   jit_disassemble();
 
+  jit_destroy_state();
   finish_jit();
   return 0;
 @}



reply via email to

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