mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 04:38:20 +00:00
Fix stupid thinko
llvm-svn: 75754
This commit is contained in:
parent
18e781dae6
commit
4a3e98b0e0
@ -123,7 +123,7 @@ void TargetRegistry::RegisterTarget(Target &T,
|
||||
|
||||
// Add to the list of targets.
|
||||
T.Next = FirstTarget;
|
||||
FirstTarget = T.Next;
|
||||
FirstTarget = &T;
|
||||
|
||||
T.Name = Name;
|
||||
T.ShortDesc = ShortDesc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user