mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Fix stupid thinko
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73b3ec4134
commit
f23d4930bd
@ -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