aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_emu.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2011-05-10 14:37:49 +0200
committerRickard Green <[email protected]>2011-05-13 14:23:31 +0200
commit139fa05489a6ba3e4384e6f20ea3f943741449d5 (patch)
tree070e8482fd32e5935f7db711d1c0b20e9ce48a14 /erts/emulator/beam/beam_emu.c
parent6af0f286a3a46a7e2faf722306e7be57bf3de687 (diff)
downloadotp-139fa05489a6ba3e4384e6f20ea3f943741449d5.tar.gz
otp-139fa05489a6ba3e4384e6f20ea3f943741449d5.tar.bz2
otp-139fa05489a6ba3e4384e6f20ea3f943741449d5.zip
Silence warnings
Diffstat (limited to 'erts/emulator/beam/beam_emu.c')
-rw-r--r--erts/emulator/beam/beam_emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_emu.c b/erts/emulator/beam/beam_emu.c
index 32ea8588d2..99bf7e0439 100644
--- a/erts/emulator/beam/beam_emu.c
+++ b/erts/emulator/beam/beam_emu.c
@@ -5322,7 +5322,7 @@ void process_main(void)
ep->code[3] = (BeamInstr) OpCode(apply_bif);
ep->code[4] = (BeamInstr) bif_table[i].f;
/* XXX: set func info for bifs */
- ((BeamInstr*)ep->code + 3)[-5] = (BeamInstr) BeamOp(op_i_func_info_IaaI);
+ ep->fake_op_func_info_for_hipe[0] = (BeamInstr) BeamOp(op_i_func_info_IaaI);
}
return;