mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-24 14:01:37 +00:00
Keep compiler happy
This commit is contained in:
@@ -731,8 +731,8 @@ gb_internal lbValue lb_emit_asm_template_call(lbProcedure *p, Entity *entity, Ar
|
||||
generator = &generator_amd64;
|
||||
} else {
|
||||
compiler_error("Architecture does not support asm templates");
|
||||
return {};
|
||||
}
|
||||
GB_ASSERT(generator != nullptr);
|
||||
generator->init(entity);
|
||||
return generator->emit_call(p, args);
|
||||
}
|
||||
Reference in New Issue
Block a user