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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 16:57:10 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501165710-2sapk0hp2gf3o0ip
Tags: 1:11.b.4-2ubuntu1
* Merge with Debian Unstable. Remaining changes:
  - Add -fno-stack-protector to fix broken crypto_drv.
* DebianMaintainerField update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
    P("cp         ", cp);
207
207
    P("i          ", i);
208
208
    U("catches    ", catches);
 
209
#if !defined(HEAP_FRAG_ELIM_TEST)
209
210
    U("arith_heap ", arith_heap);
210
211
    U("arith_avail", arith_avail);
211
212
#ifdef DEBUG
213
214
    U("arith_line ", arith_line);
214
215
    P("arith_che..", arith_check_me);
215
216
#endif
 
217
#endif
216
218
    U("arity      ", arity);
217
219
    P("arg_reg    ", arg_reg);
218
220
    U("max_arg_reg", max_arg_reg);