Skip to content

Commit

Permalink
Bug 623119 - exception_raise_state exception_raise_state_identity hav…
Browse files Browse the repository at this point in the history
…e Duplicated parameter name thread_state_count; r=ted a=bsmedberg

--HG--
extra : rebase_source : 62bd5b0145dcb1cd9f3a8178c1ca66ab351f3eb8
  • Loading branch information
cixtor committed Jan 21, 2011
1 parent cb8e757 commit 345b6cc
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -132,10 +132,10 @@ extern "C"
exception_data_t exception_code,
mach_msg_type_number_t code_count,
thread_state_flavor_t *target_flavor,
thread_state_t thread_state,
mach_msg_type_number_t thread_state_count,
thread_state_t thread_state,
mach_msg_type_number_t *thread_state_count);
thread_state_t in_thread_state,
mach_msg_type_number_t in_thread_state_count,
thread_state_t out_thread_state,
mach_msg_type_number_t *out_thread_state_count);

kern_return_t
exception_raise_state_identity(mach_port_t target_port,
Expand All @@ -145,10 +145,10 @@ extern "C"
exception_data_t exception_code,
mach_msg_type_number_t exception_code_count,
thread_state_flavor_t *target_flavor,
thread_state_t thread_state,
mach_msg_type_number_t thread_state_count,
thread_state_t thread_state,
mach_msg_type_number_t *thread_state_count);
thread_state_t in_thread_state,
mach_msg_type_number_t in_thread_state_count,
thread_state_t out_thread_state,
mach_msg_type_number_t *out_thread_state_count);

kern_return_t breakpad_exception_raise_state(mach_port_t exception_port,
exception_type_t exception,
Expand Down

0 comments on commit 345b6cc

Please sign in to comment.