Add source information to missing function errors
This commit is contained in:
parent
33136c2164
commit
df778d530e
1 changed files with 2 additions and 1 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue