diff options
author | Sverker Eriksson <[email protected]> | 2015-08-20 20:18:57 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-08-24 16:46:26 +0200 |
commit | b5eba8b61ce3ea0058ba37df288738586c68d6ac (patch) | |
tree | cfc26af358eb45622d6eca1fc312eefed4acb053 /lib/hipe/main/hipe.app.src | |
parent | 61828f77ca2542109ece006d730a4f8fe3300616 (diff) | |
download | otp-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/hipe.app.src')
-rw-r--r-- | lib/hipe/main/hipe.app.src | 2 |
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"]}]}. |