mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Fix a funny typo.
Thanks for j`ey and Sean Silva for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe50a2661d
commit
045d547516
@ -845,7 +845,7 @@ void WinCOFFObjectWriter::WriteObject(MCAssembler &Asm,
|
||||
|
||||
Header.PointerToSymbolTable = offset;
|
||||
|
||||
// We want a deterministic output. It looks like GUN as also writes 0 in here.
|
||||
// We want a deterministic output. It looks like GNU as also writes 0 in here.
|
||||
Header.TimeDateStamp = 0;
|
||||
|
||||
// Write it all to disk...
|
||||
|
Loading…
Reference in New Issue
Block a user