Fix issue of can't load symbol when load from image, which cause by add extra "(sexp_proc1)" before function name.
Error message: "dynamic function lookup failure: <static> (sexp_proc1)sexp_get_sha_stub"
This commit is contained in:
chk-jxcn 2023-02-20 02:53:56 +08:00 committed by GitHub
parent c026c0884d
commit 767bb8a5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1881,7 +1881,6 @@
(else 1)) (else 1))
", \"" (func-stub-name func) "\", ")) ", \"" (func-stub-name func) "\", "))
"") "")
"(sexp_proc1)"
(func-stub-name func) (func-stub-name func)
(cond (cond
(default (lambda () (cat ", " (write-default default)))) (default (lambda () (cat ", " (write-default default))))