aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-08-20 20:18:57 +0200
committerSverker Eriksson <[email protected]>2015-08-24 16:46:26 +0200
commitb5eba8b61ce3ea0058ba37df288738586c68d6ac (patch)
treecfc26af358eb45622d6eca1fc312eefed4acb053 /lib/hipe/main
parent61828f77ca2542109ece006d730a4f8fe3300616 (diff)
downloadotp-b5eba8b61ce3ea0058ba37df288738586c68d6ac.tar.gz
otp-b5eba8b61ce3ea0058ba37df288738586c68d6ac.tar.bz2
otp-b5eba8b61ce3ea0058ba37df288738586c68d6ac.zip
erts: Change THE_NON_VALUE to not be hard coded in hipe compiler
Instead ask running VM for the value of THE_NON_VALUE, which is different between opt and debug VM. Same hipe compiler can now compile for both opt and debug VM.
Diffstat (limited to 'lib/hipe/main')
-rw-r--r--lib/hipe/main/hipe.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src
index 008393e63c..aa86b6dc5b 100644
--- a/lib/hipe/main/hipe.app.src
+++ b/lib/hipe/main/hipe.app.src
@@ -225,4 +225,4 @@
{applications, [kernel,stdlib]},
{env, []},
{runtime_dependencies, ["syntax_tools-1.6.14","stdlib-2.5","kernel-3.0",
- "erts-7.0","compiler-5.0"]}]}.
+ "erts-7.1","compiler-5.0"]}]}.