From bc2e8df1e1d66360eb8015db4f6e2b1ed99998c5 Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Sat, 6 Jun 2020 15:09:39 -0700 Subject: [PATCH] S3: Fix declaration of bldaddr (Mark Pizzolato) --- S3/s3_sys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/S3/s3_sys.c b/S3/s3_sys.c index bce75722..85ee11a9 100644 --- a/S3/s3_sys.c +++ b/S3/s3_sys.c @@ -1,6 +1,6 @@ /* s3_sys.c: IBM System/3 system interface - Copyright (c) 2001-2012, Charles E. Owen + Copyright (c) 2001-2020, Charles E. Owen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -23,6 +23,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Charles E. Owen. + 06-Jun-20 RMS Fixed declaration of bldaddr (Mark Pizzolato) 19-Mar-12 RMS Fixed declaration of conversion tables (Mark Pizzolato) */ @@ -272,7 +273,7 @@ t_stat printf_sym (FILE *of, char *strg, t_addr addr, uint32 *val, { int32 c1, c2, group, len1, len2, inst, aaddr, baddr; int32 oplen, groupno, i, j, vpos, qbyte, da, m, n; -char bld[128], bldaddr[32], boperand[32], aoperand[32]; +char bld[128], bldaddr[160], boperand[32], aoperand[32]; int32 blk[16], blt[16]; int32 blkadd;