mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 23:57:36 +08:00
* gcse.c (gmalloc): Fix last change.
From-SVN: r70352
This commit is contained in:
parent
ae351e1ea1
commit
4ac1102286
@ -1,3 +1,7 @@
|
||||
2003-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcse.c (gmalloc): Fix last change.
|
||||
|
||||
2003-08-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* simplify-rtx.c (simplify_binary_operation): Replace calls to
|
||||
|
@ -952,7 +952,7 @@ can_copy_p (enum machine_mode mode)
|
||||
/* Cover function to xmalloc to record bytes allocated. */
|
||||
|
||||
static void *
|
||||
gmalloc (unsigned int size)
|
||||
gmalloc (size_t size)
|
||||
{
|
||||
bytes_used += size;
|
||||
return xmalloc (size);
|
||||
|
Loading…
Reference in New Issue
Block a user