mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-03 14:21:30 +00:00
[Mips] Add .MIPS.options section descriptor kinds enumeration
No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -34,7 +34,7 @@ void MipsRegInfoRecord::EmitMipsOptionRecord() {
|
||||
MCA.getOrCreateSectionData(*Sec).setAlignment(8);
|
||||
Streamer->SwitchSection(Sec);
|
||||
|
||||
Streamer->EmitIntValue(1, 1); // kind
|
||||
Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind
|
||||
Streamer->EmitIntValue(40, 1); // size
|
||||
Streamer->EmitIntValue(0, 2); // section
|
||||
Streamer->EmitIntValue(0, 4); // info
|
||||
|
||||
Reference in New Issue
Block a user