Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
fbcf2e71
Commit
fbcf2e71
authored
Aug 01, 2008
by
Moritz Kroll
Browse files
fehler125: Missing support for global asm statements.
[r20925]
parent
9dc222a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler125.c
0 → 100644
View file @
fbcf2e71
asm
(
"bla:
\n
"
".long 0"
);
extern
int
bla
;
int
main
()
{
return
bla
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment