1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-08 12:29:30 +00:00
This commit is contained in:
mgcaret 2020-11-04 21:40:17 -08:00
parent f09f5e0da0
commit b196f2eb3b

View File

@ -367,7 +367,7 @@ NUM_SYSVARS .set 0
.endmacro .endmacro
.macro dend .macro dend
.out .sprintf("End of dictiomnary: %s",c_dict) .out .sprintf("End of dictionary: %s",c_dict)
.ident(.sprintf("LAST_%s",c_dict)) = l_dword .ident(.sprintf("LAST_%s",c_dict)) = l_dword
.undef c_dict .undef c_dict
.undef l_dword .undef l_dword