mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
Updated method signature to conform with the typedef in the method prototype.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38ada868f2
commit
5d1f2cc644
@ -324,7 +324,7 @@ void Deserializer::ReadCStr(std::vector<char>& buff, bool isNullTerm) {
|
||||
buff.push_back('\0');
|
||||
}
|
||||
|
||||
void Deserializer::RegisterPtr(unsigned PtrId, const void* Ptr) {
|
||||
void Deserializer::RegisterPtr(SerializedPtrID PtrId, const void* Ptr) {
|
||||
MapTy::value_type& E = BPatchMap.FindAndConstruct(BPKey(PtrId));
|
||||
|
||||
assert (!HasFinalPtr(E) && "Pointer already registered.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user