-Wall renablement - And insuing warnings removal

git-svn-id: file:///home/jj/hercules.svn/trunk@2419 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Ivan Warren
2004-09-23 17:11:57 +00:00
parent d632dc710c
commit b2107964fe
61 changed files with 5950 additions and 6495 deletions

View File

@@ -240,7 +240,7 @@ static inline int ARCH_DEP(is_fetch_protected) (VADR addr, BYTE skey,
/* 1=Low-address protected, 0=Not low-address protected */
/*-------------------------------------------------------------------*/
static inline int ARCH_DEP(is_low_address_protected) (VADR addr,
int private, REGS *regs)
REGS *regs)
{
#if defined (FEATURE_ESAME)
/* For ESAME, low-address protection applies to locations
@@ -296,7 +296,7 @@ static inline int ARCH_DEP(is_store_protected) (VADR addr, BYTE skey,
locations in the prefixed storage area of non-private address
address spaces, if the low-address control bit in CR0 is set,
regardless of the access key and storage key */
if (ARCH_DEP(is_low_address_protected) (addr, regs->dat.protect, regs))
if (ARCH_DEP(is_low_address_protected) (addr, regs))
return 1;
/* Access-list controlled protection prohibits all stores into