about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/asm.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2025-05-01 05:01:02 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2025-05-01 05:01:02 +0000
commit326d77516d2c93fcbb0d2a83949f08c50059f148 (patch)
treeb822e3cb76d25b7c01e93431ed6f2796b23509ff /compiler/rustc_codegen_llvm/src/asm.rs
parent589200ea5ed1d83d8680bc3db6dd6bc559a25539 (diff)
parent28deaa6e0e7993f963b3bb44bb235c7682ce0cf3 (diff)
downloadrust-326d77516d2c93fcbb0d2a83949f08c50059f148.tar.gz
rust-326d77516d2c93fcbb0d2a83949f08c50059f148.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/asm.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/asm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/asm.rs b/compiler/rustc_codegen_llvm/src/asm.rs
index 88daa025740..e481b99afcc 100644
--- a/compiler/rustc_codegen_llvm/src/asm.rs
+++ b/compiler/rustc_codegen_llvm/src/asm.rs
@@ -376,7 +376,7 @@ impl<'ll, 'tcx> AsmBuilderMethods<'tcx> for Builder<'_, 'll, 'tcx> {
 
 impl<'tcx> AsmCodegenMethods<'tcx> for CodegenCx<'_, 'tcx> {
     fn codegen_global_asm(
-        &self,
+        &mut self,
         template: &[InlineAsmTemplatePiece],
         operands: &[GlobalAsmOperandRef<'tcx>],
         options: InlineAsmOptions,