From 89501ecea39360d852d9e6d21ad3f65bf19c59e0 Mon Sep 17 00:00:00 2001 From: Colin Bellino Date: Sun, 27 Oct 2024 01:01:37 +0200 Subject: Add back sg_trace_hooks & sg_install_trace_hooks, not sure why those were ignored --- bindgen/gen_jai.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindgen/gen_jai.py b/bindgen/gen_jai.py index 376d89af..6e59be83 100644 --- a/bindgen/gen_jai.py +++ b/bindgen/gen_jai.py @@ -81,8 +81,6 @@ c_source_names = { ignores = [ 'sdtx_printf', 'sdtx_vprintf', - 'sg_install_trace_hooks', - 'sg_trace_hooks', ] # NOTE: syntax for function results: "func_name.RESULT" -- cgit v1.2.3