stage2 aarch64: add basic function pro/epilogue
Fix typo in `nop` implementation. Simplify `aarch64` macOS tests.
This commit is contained in:
@@ -814,7 +814,7 @@ pub const Instruction = union(enum) {
|
||||
// Nop
|
||||
|
||||
pub fn nop() Instruction {
|
||||
return Instruction{ .NoOperation = {} };
|
||||
return Instruction{ .NoOperation = .{} };
|
||||
}
|
||||
|
||||
// Logical (shifted register)
|
||||
|
||||
Reference in New Issue
Block a user