mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
fix some validation problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
878071e6d0
commit
217b919cf9
@ -563,13 +563,8 @@ stored alongside the BC file. The structure of this file header is:
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<pre>
|
<tt>[Magic<sub>32</sub>, Version<sub>32</sub>, Offset<sub>32</sub>,
|
||||||
[Magic<sub>32</sub>,
|
Size<sub>32</sub>, CPUType<sub>32</sub>]</tt></p>
|
||||||
Version<sub>32</sub>,
|
|
||||||
Offset<sub>32</sub>,
|
|
||||||
Size<sub>32</sub>,
|
|
||||||
CPUType<sub>32</sub>]
|
|
||||||
</pre></p>
|
|
||||||
|
|
||||||
<p>Each of the fields are 32-bit fields stored in little endian form (as with
|
<p>Each of the fields are 32-bit fields stored in little endian form (as with
|
||||||
the rest of the bitcode file fields). The Magic number is always
|
the rest of the bitcode file fields). The Magic number is always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user