Missing end of abbreviations - correction

llvm-svn: 34501
This commit is contained in:
Jim Laskey 2007-02-22 18:48:52 +00:00
parent 4e3d2b9acc
commit 66aa84d12f
1 changed files with 1 additions and 1 deletions

View File

@ -2105,7 +2105,7 @@ private:
}
// Mark end of abbreviations.
DD.getAsm()->EmitULEB128Bytes(0); DD.getAsm()->EOL("EOM(3)");
Asm->EmitULEB128Bytes(0); Asm->EOL("EOM(3)");
EmitLabel("abbrev_end", 0);