~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/hipe/icode/hipe_beam_to_icode.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
  ByteSize = BitSize div 8,
786
786
  ExtraBits = BitSize rem 8,
787
787
  WordSize = hipe_rtl_arch:word_size(),
788
 
  if ExtraBits == 0 ->
 
788
  if ExtraBits =:= 0 ->
789
789
      trans_op_call({hipe_bs_primop,{bs_match_string,Bin,ByteSize}}, Lbl, 
790
790
                    [MsVar], [MsVar], Env, Instructions);
791
791
      BitSize =< ((WordSize * 8) - 5) ->