mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Everywhere: Add support for compilation under emscripten
Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
committed by
Ali Mohammad Pur
parent
84502f53b5
commit
2110e7cf85
Notes:
sideshowbarker
2024-07-17 04:05:42 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/2110e7cf85 Pull-request: https://github.com/SerenityOS/serenity/pull/16133 Reviewed-by: https://github.com/ADKaster ✅
@@ -68,7 +68,9 @@ StackInfo::StackInfo()
|
||||
}
|
||||
m_base = top_of_stack - m_size;
|
||||
#else
|
||||
VERIFY_NOT_REACHED();
|
||||
# pragma message "StackInfo not supported on this platform! Recursion checks and stack scans may not work properly"
|
||||
m_size = (size_t)~0;
|
||||
m_base = 0;
|
||||
#endif
|
||||
|
||||
m_top = m_base + m_size;
|
||||
|
||||
Reference in New Issue
Block a user