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
c86cca50
Commit
c86cca50
authored
Oct 26, 2011
by
Matthias Braun
Browse files
fix missing PTR_TO_INT macros in release mode
parent
36e68846
Changes
3
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgraph.c
View file @
c86cca50
...
...
@@ -41,6 +41,7 @@
#include "irouts.h"
#include "irhooks.h"
#include "irtools.h"
#include "util.h"
#include "irgwalk.h"
#include "irbackedge_t.h"
#include "iredges_t.h"
...
...
ir/tr/entity.c
View file @
c86cca50
...
...
@@ -32,7 +32,7 @@
#include "xmalloc.h"
#include "entity_t.h"
#include "array.h"
#include "
irtools
.h"
#include "
util
.h"
#include "irhooks.h"
#include "irprintf.h"
...
...
ir/tr/type.c
View file @
c86cca50
...
...
@@ -56,7 +56,7 @@
#include "tpop_t.h"
#include "tv_t.h"
#include "irhooks.h"
#include "
irtools
.h"
#include "
util
.h"
#include "entity_t.h"
#include "error.h"
#include "dbginfo.h"
...
...
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