Added missing reply port for message B_DEBUG_MESSAGE_GET_WHY_STOPPED. Removed unnecessary alignment in debug_nub_set_cpu_state.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11632 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-03-09 22:04:38 +00:00
parent 3380da1e1f
commit 9b92e8c011
1 changed files with 1 additions and 1 deletions

View File

@ -198,6 +198,7 @@ typedef struct {
// B_DEBUG_MESSAGE_GET_WHY_STOPPED
typedef struct {
port_id reply_port; // port to send the reply to
thread_id thread; // the thread
} debug_nub_get_why_stopped;
@ -205,7 +206,6 @@ typedef struct {
typedef struct {
thread_id thread; // the thread
int32 align_to_double; // alignment
debug_cpu_state cpu_state; // the new CPU state
} debug_nub_set_cpu_state;