Replace long int * cast with PTRACE_TYPE_RET *
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 11 Nov 2015 20:16:05 +0000 (15:16 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 11 Nov 2015 20:16:05 +0000 (15:16 -0500)
commit4397c913d5640ba61316d3e631d544cf768b5a36
tree9569864ebe806c6ec26d2ac3ac54eb09570bc7ea
parent5f515954d10b69ba6c390e7b8bcfdba2ced7850b
Replace long int * cast with PTRACE_TYPE_RET *

These casts uses the typedef target type (long int *) instead of the
typedef name.  This was a little mistake in one of the big C++ cast
patches.

gdb/ChangeLog:

* inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
cast to PTRACE_TYPE_RET *.
(inf_ptrace_store_register): Likewise.
gdb/ChangeLog
gdb/inf-ptrace.c