diff options
author | Sverker Eriksson <[email protected]> | 2013-01-22 14:12:01 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-01-22 14:12:01 +0100 |
commit | b2db56fb68f24b6438e55972297c77728d2cb6a5 (patch) | |
tree | 3ec867b60f8f5f67b2741e325cd6b50ff69738e7 /erts/emulator/hipe/hipe_x86_gc.h | |
parent | 2b7954c51fa9909d6268d8f766fe586d9910a791 (diff) | |
parent | f89fe85da040a316e5dae2935edd8bd9f3155506 (diff) | |
download | otp-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/emulator/hipe/hipe_x86_gc.h')
-rw-r--r-- | erts/emulator/hipe/hipe_x86_gc.h | 2 |
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 */ |