mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Fix up comment typo and 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167560 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
806e03d238
commit
eb3a8c5288
@ -91,10 +91,10 @@ public:
|
||||
};
|
||||
|
||||
// In place of applying the relocations to the data we've read from disk we use
|
||||
// a separate mapping table to the side and checking that at locations in the dwarf
|
||||
// we expec relocated values. This adds a bit of complexity to the dwarf
|
||||
// parsing/extraction at the benefit of not allocating memory for the entire
|
||||
// size of the debug info sections.
|
||||
// a separate mapping table to the side and checking that at locations in the
|
||||
// dwarf where we expect relocated values. This adds a bit of complexity to the
|
||||
// dwarf parsing/extraction at the benefit of not allocating memory for the
|
||||
// entire size of the debug info sections.
|
||||
typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
|
||||
|
||||
class DIContext {
|
||||
|
Loading…
x
Reference in New Issue
Block a user