diff options
author | midipix <writeonce@midipix.org> | 2019-06-06 12:42:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-06 12:42:33 +0000 |
commit | c33a2266f2dbfd11e3659fddcafa8f6d02853cfa (patch) | |
tree | e70ae21363b43742673e4dd59eac3d123a94f512 /arch | |
parent | b7fac7ddca058791e01d381d60fb5d6fbdec5116 (diff) | |
download | mmglue-c33a2266f2dbfd11e3659fddcafa8f6d02853cfa.tar.bz2 mmglue-c33a2266f2dbfd11e3659fddcafa8f6d02853cfa.tar.xz |
debug interfaces: __dbg_event_query_all(): updated interface signature.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxdbg.h | 2 | ||||
-rw-r--r-- | arch/nt64/psxdbg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxdbg.h b/arch/nt32/psxdbg.h index 38c9fcd..48d275f 100644 --- a/arch/nt32/psxdbg.h +++ b/arch/nt32/psxdbg.h @@ -13,7 +13,7 @@ struct __dbg_vtbl { int (*dbg_kill)(int); int (*dbg_event_query_one)(int, struct __dbg_event *); - int (*dbg_event_query_all)(int, struct __dbg_event[], int); + int (*dbg_event_query_all)(int, struct __dbg_event *, int); int (*dbg_event_acquire)(int, struct __dbg_event *); int (*dbg_event_respond)(int, struct __dbg_event *); diff --git a/arch/nt64/psxdbg.h b/arch/nt64/psxdbg.h index 38c9fcd..48d275f 100644 --- a/arch/nt64/psxdbg.h +++ b/arch/nt64/psxdbg.h @@ -13,7 +13,7 @@ struct __dbg_vtbl { int (*dbg_kill)(int); int (*dbg_event_query_one)(int, struct __dbg_event *); - int (*dbg_event_query_all)(int, struct __dbg_event[], int); + int (*dbg_event_query_all)(int, struct __dbg_event *, int); int (*dbg_event_acquire)(int, struct __dbg_event *); int (*dbg_event_respond)(int, struct __dbg_event *); |