diff --git a/includes/std/mem.pat b/includes/std/mem.pat index 3aa7105..855e94c 100644 --- a/includes/std/mem.pat +++ b/includes/std/mem.pat @@ -128,7 +128,7 @@ namespace std::mem { @param size The size of the value to read @return The value read */ - fn read_string(u128 address, u8 size) { + fn read_string(u128 address, u128 size) { return builtin::std::mem::read_string(address, size); };