mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 19:20:23 +02:00
check symbols constants uninterned
(Best-ability ChangeLog annotation added by Christine Lemmer-Webber.) * module/system/vm/assembler.scm (intern-constant, link-data): Update to check "symbol-interned?".
This commit is contained in:
parent
4e96211eb6
commit
51bd3086db
1 changed files with 1 additions and 1 deletions
|
@ -2007,7 +2007,7 @@ should be .data or .rodata), and return the resulting linker object.
|
|||
(write-constant-reference buf pos elt)
|
||||
(lp (1+ i)))))))
|
||||
|
||||
((symbol? obj)
|
||||
((and (symbol? obj) (symbol-interned? obj))
|
||||
(write-placeholder asm buf pos))
|
||||
|
||||
((keyword? obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue