mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 18:43:28 +00:00
Fix 4085fdaa56994e626f79ea01c95e7a4d9282a2a4
This commit is contained in:
parent
25532ffc9d
commit
ccee3f2182
@ -146,9 +146,9 @@ func.malloc.arg.0=size_t,size
|
||||
func.malloc.ret= void *
|
||||
|
||||
xmalloc=func
|
||||
func.malloc.args=1
|
||||
func.malloc.arg.0=size_t,size
|
||||
func.malloc.ret= void *
|
||||
func.xmalloc.args=1
|
||||
func.xmalloc.arg.0=size_t,size
|
||||
func.xmalloc.ret=void *
|
||||
|
||||
realloc=func
|
||||
func.realloc.args=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user