from rws@mit-xx
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 2 May 1983 10:24:04 +0000 (02:24 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 2 May 1983 10:24:04 +0000 (02:24 -0800)
SCCS-vsn: old/adb/adb.vax/opset.c 4.3

usr/src/old/adb/adb.vax/opset.c

index 3ad5ec8..f14d3fe 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)opset.c 4.2 %G%";
+static char sccsid[] = "@(#)opset.c 4.3 %G%";
 #endif lint
 /*
  *     UNIX debugger
 #endif lint
 /*
  *     UNIX debugger
@@ -447,7 +447,7 @@ pcimmediate(mode, optype)
        int     nbytes;
 
        printc('$');
        int     nbytes;
 
        printc('$');
-       if (mode == OC_DAIREG){ /* PC absolute, always 4 bytes*/
+       if (mode == OC_CONS(OC_DAIREG, R_PC)){  /* PC absolute, always 4 bytes*/
                dispaddress(snarfreloc(4), mode);
                return;
        }
                dispaddress(snarfreloc(4), mode);
                return;
        }