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:
@@ -198,6 +198,7 @@ typedef struct {
|
|||||||
// B_DEBUG_MESSAGE_GET_WHY_STOPPED
|
// B_DEBUG_MESSAGE_GET_WHY_STOPPED
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
port_id reply_port; // port to send the reply to
|
||||||
thread_id thread; // the thread
|
thread_id thread; // the thread
|
||||||
} debug_nub_get_why_stopped;
|
} debug_nub_get_why_stopped;
|
||||||
|
|
||||||
@@ -205,7 +206,6 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
thread_id thread; // the thread
|
thread_id thread; // the thread
|
||||||
int32 align_to_double; // alignment
|
|
||||||
debug_cpu_state cpu_state; // the new CPU state
|
debug_cpu_state cpu_state; // the new CPU state
|
||||||
} debug_nub_set_cpu_state;
|
} debug_nub_set_cpu_state;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user