Skip to content

Commit

Permalink
Trace a different function
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 4, 2024
1 parent 23eaf04 commit a0d24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generate-bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(format stream "signal.signal(signal.SIGTERM, _term_handler)~%~%")
(format stream "signal.signal(signal.SIGINT, _int_handler)~%~%")))

(trace sb-alien::initialize-alien-callable-symbol)
(trace sb-alien::find-dynamic-foreign-symbol-address)

(build-bindings sbcl-librarian "." :omit-init-function t)
(build-python-bindings sbcl-librarian "." :omit-init-call t :write-python-header-fn #'write-python-header)
Expand Down

0 comments on commit a0d24c6

Please sign in to comment.