mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 23:16:50 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-4635_kin4stat_demangler-xrealloc'
This commit is contained in:
@@ -65,7 +65,7 @@ xmalloc (size)
|
||||
|
||||
void *
|
||||
xrealloc (ptr, size)
|
||||
|
||||
void* ptr;
|
||||
size_t size;
|
||||
{
|
||||
register void * value = realloc (ptr, size);
|
||||
|
||||
Reference in New Issue
Block a user