Skip to content

Commit

Permalink
Issue 13301 - Inline ASM documentation does not allow string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Jan 26, 2015
1 parent 6bb94b2 commit 34d6b17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grammar.dd
Expand Up @@ -832,6 +832,12 @@ $(GNAME AsmInstruction):
$(D df) $(I Operands)
$(D dd) $(I Operands)
$(D de) $(I Operands)
$(D db) $(GLINK2 lex, StringLiteral)
$(D ds) $(GLINK2 lex, StringLiteral)
$(D di) $(GLINK2 lex, StringLiteral)
$(D dl) $(GLINK2 lex, StringLiteral)
$(D dw) $(GLINK2 lex, StringLiteral)
$(D dq) $(GLINK2 lex, StringLiteral)
$(I Opcode)
$(I Opcode Operands)

Expand Down
6 changes: 6 additions & 0 deletions iasm.dd
Expand Up @@ -39,6 +39,12 @@ $(GNAME AsmInstruction):
$(D df) $(I Operands)
$(D dd) $(I Operands)
$(D de) $(I Operands)
$(D db) $(GLINK2 lex, StringLiteral)
$(D ds) $(GLINK2 lex, StringLiteral)
$(D di) $(GLINK2 lex, StringLiteral)
$(D dl) $(GLINK2 lex, StringLiteral)
$(D dw) $(GLINK2 lex, StringLiteral)
$(D dq) $(GLINK2 lex, StringLiteral)
$(I Opcode)
$(I Opcode Operands)

Expand Down

0 comments on commit 34d6b17

Please sign in to comment.