mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Use the correct for for the version. It's little endian and my brain is
obviously big endian. :-) PR10502 llvm-svn: 136111
This commit is contained in:
parent
8e642b2b18
commit
b09ac9d7ec
@ -377,7 +377,7 @@ void GCOVProfiler::emitGCNO(DebugInfoFinder &DIF) {
|
||||
if (!Use402Format)
|
||||
out->write("oncg*404MVLL", 12);
|
||||
else
|
||||
out->write("oncg*402MVLL", 12);
|
||||
out->write("oncg*204MVLL", 12);
|
||||
}
|
||||
|
||||
for (DebugInfoFinder::iterator SPI = DIF.subprogram_begin(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user