diff options
Diffstat (limited to 'dev/user/src')
| -rw-r--r-- | dev/user/src/SystemCalls.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/user/src/SystemCalls.cc b/dev/user/src/SystemCalls.cc index 20eaa0e0..6b32bd70 100644 --- a/dev/user/src/SystemCalls.cc +++ b/dev/user/src/SystemCalls.cc @@ -103,6 +103,7 @@ IMPORT_C SInt32 PrintOut(_Input IORef desc, const char* fmt, ...) return *ret;
}
+/// @internal
IMPORT_C Void _rtl_assert(Bool expr, const Char* origin)
{
if (!expr)
|
