Skip to content

Commit 26c6404

Browse files
committed
---
yaml --- r: 4827 b: refs/heads/master c: 955bef3 h: refs/heads/master i: 4825: 86cd3db 4823: 9783864 v: v3
1 parent 7d9fcb4 commit 26c6404

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 396f6b4f599edaf6dd9fe5593258428246ba3328
2+
refs/heads/master: 955bef3f4d7631a9183ed75e19c7b5830a29cadb

trunk/src/rustllvm/RustGCMetadataPrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ void RustGCMetadataPrinter::finishAssembly(AsmPrinter &AP) {
177177
while (MI != ME) {
178178
Out.EmitSymbolValue(MI->first, WordSize, 0);
179179
MCSymbol *FrameMapLabel = AP.GetTempSymbol("rust_frame_map_label", i);
180+
Out.EmitSymbolValue(FrameMapLabel, WordSize, 0);
180181
FrameMapLabels.push_back(FrameMapLabel);
181182
++MI, ++i;
182183
}

0 commit comments

Comments
 (0)