Skip to content

Commit

Permalink
gas64 : fix crash when compiling with -g (remove previously forgotten…
Browse files Browse the repository at this point in the history
… line...)
  • Loading branch information
SARG-FB authored and jayrm committed Dec 26, 2020
1 parent afe1d7e commit 7847568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/ir-gas64.bas
Expand Up @@ -812,7 +812,7 @@ sub edbgemitheader_asm64( byval filename as zstring ptr )
hEmitSTABS_asm64( STAB_TYPE_LSYM, stabsTb(i), 0, 0, "0" )
ctx_asm64.typecnt += 1
next
asm_code( "" )

end sub
sub edbgemitglobalvar_asm64 _
( _
Expand Down

0 comments on commit 7847568

Please sign in to comment.