From: Luke Kenneth Casson Leighton Date: Wed, 8 Nov 2023 20:25:09 +0000 (+0000) Subject: add debug print X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6598b842f8108d9e92e9d1e348b336a06daac650;p=openpower-isa.git add debug print --- diff --git a/maxloc/maxloc.c b/maxloc/maxloc.c index d87f9bcd..e37160c6 100644 --- a/maxloc/maxloc.c +++ b/maxloc/maxloc.c @@ -9,7 +9,10 @@ int m2(int *a, int n) nm = -1; i=0; while (i m) { m = a[i]; nm = i;