Add source information to missing function errors

This commit is contained in:
John Lorentzson 2025-07-31 11:21:17 +02:00
parent 33136c2164
commit df778d530e

View file

@ -29,5 +29,6 @@
(cerror "Create dummy function with placeholder address."
'missing-function-error
:format-control "~A"
:format-arguments (list (name token)))
:format-arguments (list (name token))
:source (source token))
(add-asm-function (name token) #xC0FE)))))