mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
Add cast to observer.sh
gdb/ChangeLog: * observer.h (observer_${event}_notification_stub): Add cast.
This commit is contained in:
parent
3db2885585
commit
6ecf4e06a4
@ -1,3 +1,7 @@
|
||||
2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* observer.h (observer_${event}_notification_stub): Add cast.
|
||||
|
||||
2015-10-23 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
|
||||
|
@ -143,7 +143,7 @@ EOF
|
||||
|
||||
if test ! -z "${notify_args}"; then
|
||||
cat<<EOF >>${otmp}
|
||||
const struct ${event}_args *args = args_data;
|
||||
const struct ${event}_args *args = (const struct ${event}_args *) args_data;
|
||||
EOF
|
||||
fi
|
||||
cat <<EOF >>${otmp}
|
||||
|
Loading…
Reference in New Issue
Block a user