diff options
author | Patrik Nyblom <[email protected]> | 2011-12-08 17:19:09 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2011-12-08 17:19:09 +0100 |
commit | f7dac4d873cc90c9c6512e724e1b79c4d65deb38 (patch) | |
tree | 17a746d146205b1759a51509cc490e028f98493b /erts | |
parent | 1869f2de2f499398665a99619a86f99f4eb9779a (diff) | |
parent | fcf8e08fd2b4c68ac98454fcd211ea0435eec01c (diff) | |
download | otp-f7dac4d873cc90c9c6512e724e1b79c4d65deb38.tar.gz otp-f7dac4d873cc90c9c6512e724e1b79c4d65deb38.tar.bz2 otp-f7dac4d873cc90c9c6512e724e1b79c4d65deb38.zip |
Merge remote-tracking branch 'origin/pan/hipe-alignment-warning'
* origin/pan/hipe-alignment-warning:
Declare hipe_mode_switch_debug extern in header
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/hipe/hipe_mode_switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_mode_switch.h b/erts/emulator/hipe/hipe_mode_switch.h index dbc2386e14..a3e908a3b3 100644 --- a/erts/emulator/hipe/hipe_mode_switch.h +++ b/erts/emulator/hipe/hipe_mode_switch.h @@ -49,7 +49,7 @@ #include "error.h" -int hipe_modeswitch_debug; +extern int hipe_modeswitch_debug; void hipe_mode_switch_init(void); void hipe_set_call_trap(Uint *bfun, void *nfun, int is_closure); |