aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2013-01-22 14:12:01 +0100
committerSverker Eriksson <[email protected]>2013-01-22 14:12:01 +0100
commitb2db56fb68f24b6438e55972297c77728d2cb6a5 (patch)
tree3ec867b60f8f5f67b2741e325cd6b50ff69738e7 /erts
parent2b7954c51fa9909d6268d8f766fe586d9910a791 (diff)
parentf89fe85da040a316e5dae2935edd8bd9f3155506 (diff)
downloadotp-b2db56fb68f24b6438e55972297c77728d2cb6a5.tar.gz
otp-b2db56fb68f24b6438e55972297c77728d2cb6a5.tar.bz2
otp-b2db56fb68f24b6438e55972297c77728d2cb6a5.zip
Merge branch 'sverk/hipe-debug-compile-fix'
* sverk/hipe-debug-compile-fix: Fix compiler error for hipe in debug emulator
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/hipe/hipe_x86_gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_x86_gc.h b/erts/emulator/hipe/hipe_x86_gc.h
index aa4abb6f59..4bea9276c0 100644
--- a/erts/emulator/hipe/hipe_x86_gc.h
+++ b/erts/emulator/hipe/hipe_x86_gc.h
@@ -71,7 +71,7 @@ nstack_walk_init_sdesc(const Process *p, struct nstack_walk_state *state)
state->sdesc0[0].livebits[0] = 0;
# ifdef DEBUG
state->sdesc0[0].dbg_M = 0;
- state->sdesc0[0].dbg_F = am_init;
+ state->sdesc0[0].dbg_F = am_undefined;
state->sdesc0[0].dbg_A = 0;
# endif
/* XXX: this appears to prevent a gcc-4.1.1 bug on x86 */