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
ff4ba470
Commit
ff4ba470
authored
Nov 01, 2005
by
Michael Beck
Browse files
BugFix: missing return added
[r6858]
parent
348959a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
ff4ba470
...
...
@@ -54,8 +54,7 @@
/* Eindeutige Adresse zur Markierung von besuchten Knoten und zur
* Darstellung der unbekannten Methode. */
/* unambiguous address used as a mark. */
static
void
*
MARK
=
&
MARK
;
static
eset
*
entities
=
NULL
;
...
...
@@ -496,6 +495,7 @@ static void add_method_address(entity *ent, eset *set)
/* ignore methods: these of course reference it's address */
if
(
is_Method_type
(
tp
))
return
;
/* let's check if it's the address of a function */
n
=
get_atomic_ent_value
(
ent
);
...
...
Write
Preview
Markdown
is supported
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