Export i386_get_current_iframe() so it can be used in arch_user_debugger.cpp.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -78,7 +78,7 @@ i386_pop_iframe(struct thread *thread)
|
||||
* from standard kernel threads.
|
||||
*/
|
||||
|
||||
static struct iframe *
|
||||
struct iframe *
|
||||
i386_get_current_iframe(void)
|
||||
{
|
||||
struct thread *thread = thread_get_current_thread();
|
||||
|
||||
Reference in New Issue
Block a user