head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.09.07.11.59.56;	author olgeni;	state dead;
branches;
next	1.1;

1.1
date	2006.06.19.19.26.58;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to version R11B-1.
@
text
@
$FreeBSD: ports/lang/erlang/files/patch-erts_emulator_utils_beam__makeops,v 1.1 2006/06/19 19:26:58 olgeni Exp $

--- erts/emulator/utils/beam_makeops.orig
+++ erts/emulator/utils/beam_makeops
@@@@ -481,7 +481,7 @@@@
     print "\n";
     print "#ifdef ARCH_64\n";
     print "#  define BEAM_LOOSE_MASK 0x1FFFUL\n";
-    print "#  define BEAM_TIGHT_MASK 0xFFCUL\n";
+    print "#  define BEAM_TIGHT_MASK 0x1FF8UL\n";
     print "#  define BEAM_LOOSE_SHIFT 16\n";
     print "#  define BEAM_TIGHT_SHIFT 16\n";
     print "#else\n";
@


1.1
log
@Fix list matching problem on 64bit architectures.

Obtained from:	Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
@
text
@d2 1
a2 1
$FreeBSD$
@

