Changeset f2962621 in mainline for kernel/generic/include/udebug/udebug.h
- Timestamp:
- 2010-12-17T10:14:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e5dc07
- Parents:
- 9223dc5c (diff), 11658b64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/udebug/udebug.h
r9223dc5c rf2962621 212 212 waitq_t go_wq; 213 213 call_t *go_call; 214 unative_t syscall_args[6];214 sysarg_t syscall_args[6]; 215 215 istate_t *uspace_state; 216 216 … … 229 229 void udebug_thread_initialize(udebug_thread_t *ut); 230 230 231 void udebug_syscall_event( unative_t a1, unative_t a2, unative_t a3,232 unative_t a4, unative_t a5, unative_t a6, unative_t id, unative_t rc,231 void udebug_syscall_event(sysarg_t a1, sysarg_t a2, sysarg_t a3, 232 sysarg_t a4, sysarg_t a5, sysarg_t a6, sysarg_t id, sysarg_t rc, 233 233 bool end_variant); 234 234
Note:
See TracChangeset
for help on using the changeset viewer.