summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/ARM64/HalDebugOutput.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/ARM64/HalDebugOutput.cc')
-rw-r--r--dev/Kernel/HALKit/ARM64/HalDebugOutput.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/ARM64/HalDebugOutput.cc b/dev/Kernel/HALKit/ARM64/HalDebugOutput.cc
index 65a7e79a..97621e23 100644
--- a/dev/Kernel/HALKit/ARM64/HalDebugOutput.cc
+++ b/dev/Kernel/HALKit/ARM64/HalDebugOutput.cc
@@ -21,7 +21,7 @@ namespace NeOS
SizeT len = 0;
index = 0;
- len = rt_string_len(bytes, 255);
+ len = rt_string_len(bytes, 256U);
volatile UInt8* uart_ptr = (UInt8*)0x09000000;