~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to erts/emulator/hipe/hipe_native_bif.c

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
    Eterm Args = am_true;
201
201
 
202
202
    ASSERT(c_p->freason != TRAP); /* Should have been handled earlier. */
203
 
    ASSERT(c_p->freason != RESCHEDULE); /* Should have been handled earlier. */
204
203
 
205
204
    if (c_p->mbuf) {
206
205
        erts_printf("%s line %u: p==%p, p->mbuf==%p\n", __FUNCTION__, __LINE__, c_p, c_p->mbuf);