mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
581 B
Plaintext
14 lines
581 B
Plaintext
$NetBSD: patch-ae,v 1.1 2008/08/04 08:04:30 obache Exp $
|
|
|
|
--- asm/bundle.c.orig 2000-02-19 06:53:57.000000000 +0000
|
|
+++ asm/bundle.c
|
|
@@ -308,7 +308,7 @@ uint32 bundle_from_file( bundle *vliw, F
|
|
BITS(window[maxindex[i]],13,32) <<4;
|
|
iprel -= seg_tbl[0].seg_length;
|
|
iprel >>=4;
|
|
- window[maxindex[i]].q &= 0x1ee00001fff;
|
|
+ window[maxindex[i]].q &= UINT64_C(0x1ee00001fff);
|
|
window[maxindex[i]].q |= (((iprel & 0xfffff)<< 13) |
|
|
(((iprel >> 20) & 1) << 36)) ;
|
|
|