add offset specification for upput
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 16 Oct 1986 14:03:25 +0000 (06:03 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Thu, 16 Oct 1986 14:03:25 +0000 (06:03 -0800)
SCCS-vsn: old/pcc/mip/match.c 4.5

usr/src/old/pcc/mip/match.c

index 77eaddd..e9a66c0 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid ="@(#)match.c      4.4 (Berkeley) %G%";
+static char *sccsid ="@(#)match.c      4.5 (Berkeley) %G%";
 #endif lint
 
 # include "pass2.h"
 #endif lint
 
 # include "pass2.h"
@@ -409,7 +409,7 @@ expand( p, cookie, cp ) NODE *p;  register char *cp; {
                        continue;
 
                case 'U': /* for upper half of address, only */
                        continue;
 
                case 'U': /* for upper half of address, only */
-                       upput( getlr( p, *++cp ) );
+                       upput( getlr( p, *++cp ), SZLONG );
                        continue;
 
                        }
                        continue;
 
                        }