Skip to content

Commit ea8c233

Browse files
authored
Merge pull request #308 from skyfish4tb/freebasic-master
gas64 : Fixed the signature returned in the debug information is not the signature of the currently compiled FBC source code version.
2 parents 975690e + 9ed2bc1 commit ea8c233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/ir-gas64.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ sub edbgemitheader_asm64( byval filename as zstring ptr )
887887
dbg_addstab ("DUMMY",0)
888888

889889
''placeholder for information like compiler version, etc
890-
dbg_addstab (__FB_SIGNATURE__,255)
890+
dbg_addstab (FB_SIGN,255)
891891

892892
'' directory
893893
if( pathIsAbsolute( filename ) = FALSE ) then

0 commit comments

Comments
 (0)