From 7b34f5876f2b401e997f12423e9636d257cc02f0 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Thu, 22 Jan 2026 23:24:08 -0500 Subject: [PATCH] typo --- hylo-lang/hyloc/src/riscv_asm_codegen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hylo-lang/hyloc/src/riscv_asm_codegen.rs b/hylo-lang/hyloc/src/riscv_asm_codegen.rs index 3b43cf0..d90ca6b 100644 --- a/hylo-lang/hyloc/src/riscv_asm_codegen.rs +++ b/hylo-lang/hyloc/src/riscv_asm_codegen.rs @@ -31,7 +31,7 @@ pub struct CodeGen<'a> { macro_rules! asm_macro { ($name:ident, $src:expr) => { fn $name(&mut self) { - self.ine($src); + self.line($src); } }; ($name:ident, $src:expr, $arg0:ty) => { -- 2.43.0