slow_tests: use strict pointer casting in asm_test.amd64.v (#24461)

This commit is contained in:
Mike 2025-05-12 12:47:34 +03:00 committed by GitHub
parent 5e61690898
commit 2dd7de41c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ mut:
fn (m &Manu) str() string {
return unsafe {
string{
str: m
str: &u8(m)
len: 12
is_lit: 1
}