llvm-svn: 149096
This commit is contained in:
Jim Grosbach 2012-01-26 23:47:45 +00:00
parent 66b6395dd5
commit 5aac954be9
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ void MCObjectStreamer::EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
}
void MCObjectStreamer::EmitValueToOffset(const MCExpr *Offset,
unsigned char Value) {
unsigned char Value) {
int64_t Res;
if (Offset->EvaluateAsAbsolute(Res, getAssembler())) {
new MCOrgFragment(*Offset, Value, getCurrentSectionData());