]> rethought.computer Git - sorel-lang.git/commitdiff
typo keep/7b34f5876f2b401e997f12423e9636d257cc02f0
authorBryan English <bryan@rethought.computer>
Fri, 23 Jan 2026 04:24:08 +0000 (23:24 -0500)
committerBryan English <bryan@rethought.computer>
Tue, 10 Feb 2026 04:08:54 +0000 (04:08 +0000)
hylo-lang/hyloc/src/riscv_asm_codegen.rs

index 3b43cf00cf1ec2fe9491d1377bc1f987a81d9f6d..d90ca6b0ca043f101ffc6633717e02f3330a52b1 100644 (file)
@@ -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) => {