inline assembly: implement gcc's "%=" syntax
This commit is contained in:
committed by
Alex Rønne Petersen
parent
a843be44a0
commit
c0ec264f75
@@ -7453,6 +7453,10 @@ pub const FuncGen = struct {
|
||||
name_start = i + 1;
|
||||
state = .input;
|
||||
},
|
||||
'=' => {
|
||||
try rendered_template.appendSlice("${:uid}");
|
||||
state = .start;
|
||||
},
|
||||
else => {
|
||||
try rendered_template.append('%');
|
||||
try rendered_template.append(byte);
|
||||
|
||||
Reference in New Issue
Block a user