From 2dd7de41c1ff0bf4b76ed47eadd8b56bbb94069a Mon Sep 17 00:00:00 2001 From: Mike <45243121+tankf33der@users.noreply.github.com> Date: Mon, 12 May 2025 12:47:34 +0300 Subject: [PATCH] slow_tests: use strict pointer casting in asm_test.amd64.v (#24461) --- vlib/v/slow_tests/assembly/asm_test.amd64.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/slow_tests/assembly/asm_test.amd64.v b/vlib/v/slow_tests/assembly/asm_test.amd64.v index e87024de9e..560770146f 100644 --- a/vlib/v/slow_tests/assembly/asm_test.amd64.v +++ b/vlib/v/slow_tests/assembly/asm_test.amd64.v @@ -123,7 +123,7 @@ mut: fn (m &Manu) str() string { return unsafe { string{ - str: m + str: &u8(m) len: 12 is_lit: 1 }