diff options
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/aarch64.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/aarch64.zig b/src/codegen/aarch64.zig index 5fba1ea7e1..5999f8888c 100644 --- a/src/codegen/aarch64.zig +++ b/src/codegen/aarch64.zig @@ -814,7 +814,7 @@ pub const Instruction = union(enum) { // Nop pub fn nop() Instruction { - return Instruction{ .NoOperation = {} }; + return Instruction{ .NoOperation = .{} }; } // Logical (shifted register) |
