aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-11-26 16:46:10 +0100
committerBjörn Gustavsson <[email protected]>2010-11-26 16:46:10 +0100
commit623c515a97516a262640dd0aae5a88cfaf179524 (patch)
tree0206a593da32d41bd7fb89315642bda4dcef63e5 /lib/kernel
parenta7afd180c620a71e120d7119db16c3a36ca82bd2 (diff)
parentfb5e332483a6f180bfbfe8bac33edf1b7b386b1a (diff)
downloadotp-623c515a97516a262640dd0aae5a88cfaf179524.tar.gz
otp-623c515a97516a262640dd0aae5a88cfaf179524.tar.bz2
otp-623c515a97516a262640dd0aae5a88cfaf179524.zip
Merge branch 'ta/fix-native-looping' into dev
* ta/fix-native-looping: error_handler: add no_native compiler directive
Diffstat (limited to 'lib/kernel')
-rw-r--r--lib/kernel/src/error_handler.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/kernel/src/error_handler.erl b/lib/kernel/src/error_handler.erl
index 17dd02acd4..885eeb2b0f 100644
--- a/lib/kernel/src/error_handler.erl
+++ b/lib/kernel/src/error_handler.erl
@@ -17,6 +17,11 @@
%% %CopyrightEnd%
%%
-module(error_handler).
+%% FIXME: remove no_native directive after HiPE has been changed to make
+%% remote calls link to the target's Export* like BEAM does.
+%% For a detailed explanation see the commit titled
+%% "error_handler: add no_native compiler directive"
+-compile(no_native).
%% A simple error handler.