| ... | @@ -2994,7 +2994,7 @@ fn asmExpr( | ... | @@ -2994,7 +2994,7 @@ fn asmExpr( |
| 2994 | } | 2994 | } |
| 2995 | | 2995 | |
| 2996 | const tag: zir.Inst.Tag = if (full.volatile_token != null) .asm_volatile else .@"asm"; | 2996 | const tag: zir.Inst.Tag = if (full.volatile_token != null) .asm_volatile else .@"asm"; |
| 2997 | const result = try gz.addPlNode(.@"asm", node, zir.Inst.Asm{ | 2997 | const result = try gz.addPlNode(tag, node, zir.Inst.Asm{ |
| 2998 | .asm_source = asm_source, | 2998 | .asm_source = asm_source, |
| 2999 | .return_type = return_type, | 2999 | .return_type = return_type, |
| 3000 | .output = 0, | 3000 | .output = 0, |