Skip to content

Commit 2dd7de4

Browse files
authored
slow_tests: use strict pointer casting in asm_test.amd64.v (#24461)
1 parent 5e61690 commit 2dd7de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/v/slow_tests/assembly/asm_test.amd64.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mut:
123123
fn (m &Manu) str() string {
124124
return unsafe {
125125
string{
126-
str: m
126+
str: &u8(m)
127127
len: 12
128128
is_lit: 1
129129
}

0 commit comments

Comments
 (0)