mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
valgrind.h: Remove a superfluous cast. See also #278454.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11913
This commit is contained in:
parent
cb890807d5
commit
167922d29b
@ -4000,7 +4000,7 @@ VALGRIND_PRINTF_BACKTRACE(const char *format, ...)
|
||||
/* Unmark the piece of memory associated with a stack id as being a
|
||||
stack. */
|
||||
#define VALGRIND_STACK_DEREGISTER(id) \
|
||||
(unsigned)VALGRIND_DO_CLIENT_REQUEST_EXPR(0, \
|
||||
VALGRIND_DO_CLIENT_REQUEST_EXPR(0, \
|
||||
VG_USERREQ__STACK_DEREGISTER, \
|
||||
id, 0, 0, 0, 0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user