feat(backend): Add var align

This commit is contained in:
2026-05-12 18:46:01 +08:00
parent de712d0bc5
commit af72ed08c3
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
pub struct ARMAsmVar {
pub name: String,
pub size: usize,
pub align: usize,
}