mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibThread: Fix int to pointer conversion
This commit is contained in:
committed by
Linus Groh
parent
7d84f09e7e
commit
8d95bd8418
@@ -84,7 +84,7 @@ Debug::DebugInfo::SourcePosition Debugger::create_source_position(const String&
|
||||
return { LexicalPath::canonicalized_path(String::formatted("{}/{}", m_source_root, file)), line + 1 };
|
||||
}
|
||||
|
||||
int Debugger::start_static()
|
||||
intptr_t Debugger::start_static()
|
||||
{
|
||||
Debugger::the().start();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user