mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 21:47:23 +00:00
Rework r271439. I forgot to save the buffer for editing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9d9726dd8
commit
35ffaf1afa
@ -45,7 +45,7 @@ class DiscontiguousFile : public IPDBFile {
|
||||
public:
|
||||
DiscontiguousFile()
|
||||
: Blocks(std::begin(BlocksAry), std::end(BlocksAry)),
|
||||
Data(makeArrayRef(DataAry)) {}
|
||||
Data(std::begin(DataAry), std::end(DataAry)) {}
|
||||
|
||||
virtual uint32_t getBlockSize() const override { return 1; }
|
||||
virtual uint32_t getBlockCount() const override { return 10; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user