mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Updated method signature to conform with the typedef in the method prototype.
llvm-svn: 43982
This commit is contained in:
parent
64ad6fa1fa
commit
54dec4ece0
@ -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