mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: lots of fixes
This commit is contained in:
@ -11,7 +11,7 @@ fn (p mut Parser) inline_asm() {
|
||||
p.check(.lcbr)
|
||||
s := p.check_string()
|
||||
p.genln('asm("$s"')
|
||||
for p.tok == .str {
|
||||
for p.tok == .string{
|
||||
p.genln('"$p.lit"')
|
||||
p.next()
|
||||
}
|
||||
|
Reference in New Issue
Block a user