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

« back to all changes in this revision

Viewing changes to erts/emulator/beam/utils.c

  • 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:
1890
1890
                ASSERT(1 == external_data_words(a));
1891
1891
                ASSERT(1 == external_data_words(b));
1892
1892
 
1893
 
                if(ap->data[0] != bp->data[0])
 
1893
                if(ap->data.ui[0] != bp->data.ui[0])
1894
1894
                    return 0;
1895
1895
                return 1;
1896
1896
            }