From: DeaDDooMER Date: Sun, 28 Jul 2019 18:55:49 +0000 (+0300) Subject: fix loop when use SYSTEM.ADDRESS with CPfront X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=commitdiff_plain;h=2a7e13212b097598452e3856d87c73c7adbad454 fix loop when use SYSTEM.ADDRESS with CPfront --- diff --git a/C/SYSTEM.h b/C/SYSTEM.h index 183da76..f381013 100644 --- a/C/SYSTEM.h +++ b/C/SYSTEM.h @@ -43,6 +43,7 @@ typedef unsigned int SET; typedef void ANYREC; typedef void *ANYPTR; typedef void *SYSTEM_PTR; +typedef INTEGER SYSTEM_ADDRESS; /* Unsigned variants are for use by shift and rotate macros */ typedef unsigned char __U_SHORTCHAR; diff --git a/src/generic/CPfront/Mod/CPC.odc b/src/generic/CPfront/Mod/CPC.odc index 4e26722..1ca2f72 100644 Binary files a/src/generic/CPfront/Mod/CPC.odc and b/src/generic/CPfront/Mod/CPC.odc differ diff --git a/src/generic/CPfront/Mod/CPV.odc b/src/generic/CPfront/Mod/CPV.odc index 0fbf6c0..9c128c6 100644 Binary files a/src/generic/CPfront/Mod/CPV.odc and b/src/generic/CPfront/Mod/CPV.odc differ diff --git a/src/generic/Dev/Mod/CPT.odc b/src/generic/Dev/Mod/CPT.odc index 8549822..9b80075 100644 Binary files a/src/generic/Dev/Mod/CPT.odc and b/src/generic/Dev/Mod/CPT.odc differ