mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix copy-pasto.
llvm-svn: 131384
This commit is contained in:
parent
900df11077
commit
576f65b4b2
@ -310,7 +310,7 @@ void MCStreamer::EmitCFISameValue(int64_t Register) {
|
||||
CurFrame->Instructions.push_back(Instruction);
|
||||
}
|
||||
|
||||
void MCStreamer::EmitWin64EHFrame(MCSymbol *Symbol, MCSymbol *EHandler = 0)
|
||||
void MCStreamer::EmitWin64EHFrame(MCSymbol *Symbol, MCSymbol *EHandler)
|
||||
{
|
||||
errs() << "Not implemented yet\n";
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user