X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Flink%2Fhc08%2Flkihx.c;h=ff75e93174e2e4718aea1dec92856c34d513318f;hb=249f3b9ab24db32c0496869c84a75518af44f407;hp=28c2f500312bc803ce39172e5c31d486ab93efd3;hpb=6a7569d4600760c8c3485115fc18852e5c38df6e;p=fw%2Fsdcc diff --git a/as/link/hc08/lkihx.c b/as/link/hc08/lkihx.c index 28c2f500..ff75e931 100644 --- a/as/link/hc08/lkihx.c +++ b/as/link/hc08/lkihx.c @@ -214,13 +214,13 @@ ihx(i) } } -/*)Function newArea(i) - * The function newArea() is called when processing of new area is started. +/*)Function ihxNewArea(i) + * The function ihxNewArea() is called when processing of new area is started. * It resets the value of lastHexAddr. */ VOID -newArea() +ihxNewArea() { lastHexAddr = 0; }