mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
ELFLoader should fail with an error message for unresolved symbols.
This commit is contained in:
parent
ec1d16b307
commit
16f318408d
Notes:
sideshowbarker
2024-07-19 18:39:19 +09:00
Author: https://github.com/awesomekling
Commit: 16f318408d
14 changed files with 80 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef SERENITY
|
||||
#include "kassert.h"
|
||||
#include <Kernel/kassert.h>
|
||||
#else
|
||||
#include <assert.h>
|
||||
#define ASSERT(x) assert(x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue