-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Produce correct x86 assembly code for identifiers starting with
$
They must be parenthesized in some contexts to avoid being confused for immediate operands. Fixes: #540
- Loading branch information
1 parent
5e445cd
commit 7f3102d
Showing
2 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
Submodule test
updated
7 files
+2 −2 | regression/Makefile | |
+1 −0 | regression/Results/alias | |
+2 −0 | regression/Results/dollars | |
+1 −0 | regression/Results/extern2 | |
+14 −0 | regression/alias.c | |
+28 −0 | regression/dollars.c | |
+16 −0 | regression/extern2.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters