arm: remove duplicate arch_get_thread_debug_cpu_state().
This commit is contained in:
@@ -60,13 +60,6 @@ arch_get_debug_cpu_state(debug_cpu_state *cpuState)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
status_t
|
|
||||||
arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState)
|
|
||||||
{
|
|
||||||
return B_UNSUPPORTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState)
|
arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user