mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120199 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -229,8 +229,7 @@ public:
|
|||||||
Write32(CPUSubtype);
|
Write32(CPUSubtype);
|
||||||
|
|
||||||
Write32(macho::HFT_Object);
|
Write32(macho::HFT_Object);
|
||||||
Write32(NumLoadCommands); // Object files have a single load command, the
|
Write32(NumLoadCommands);
|
||||||
// segment.
|
|
||||||
Write32(LoadCommandsSize);
|
Write32(LoadCommandsSize);
|
||||||
Write32(Flags);
|
Write32(Flags);
|
||||||
if (Is64Bit)
|
if (Is64Bit)
|
||||||
|
Reference in New Issue
Block a user