Skip to content

Commit c23357f

Browse files
committed
use nostack instead of nomem
1 parent 54190d5 commit c23357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instructions/tlb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub unsafe fn flush_broadcast<S>(
152152
in("rax") rax,
153153
in("ecx") ecx,
154154
in("edx") edx,
155-
options(nomem, preserves_flags),
155+
options(nostack, preserves_flags),
156156
);
157157
}
158158
}

0 commit comments

Comments
 (0)