From: tecodev Date: Tue, 24 May 2005 11:22:24 +0000 (+0000) Subject: * device/include/pic16/pic18f{442,452,458}.h: fixed wrong X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=588115584ad86e82e5eed8937ba0da8d1d10e40c;p=fw%2Fsdcc * device/include/pic16/pic18f{442,452,458}.h: fixed wrong TRISE definitions, closes bug #1162453 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3769 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 3af98b7d..83174eec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2005-05-19 Raphael Neider +2005-05-24 Raphael Neider + + * device/include/pic16/pic18f{442,452,458}.h: fixed wrong + TRISE definitions, closes bug #1162453 + +2005-05-22 Raphael Neider * src/pic16/main.c (_process_pragma): check for missing arguments to pragmas code and udata diff --git a/device/include/pic16/pic18f442.h b/device/include/pic16/pic18f442.h index f4c101b4..73e03e95 100644 --- a/device/include/pic16/pic18f442.h +++ b/device/include/pic16/pic18f442.h @@ -341,11 +341,11 @@ extern volatile __TRISDbits_t __at (0xf95) TRISDbits; extern __sfr __at (0xf96) TRISE; typedef union { struct { - unsigned :1; unsigned TRISE0:1; unsigned TRISE1:1; unsigned TRISE2:1; unsigned :1; + unsigned PSPMODE:1; unsigned IBOV:1; unsigned OBF:1; unsigned IBF:1; diff --git a/device/include/pic16/pic18f452.h b/device/include/pic16/pic18f452.h index 5c845294..56094ccb 100644 --- a/device/include/pic16/pic18f452.h +++ b/device/include/pic16/pic18f452.h @@ -341,11 +341,11 @@ extern volatile __TRISDbits_t __at (0xf95) TRISDbits; extern __sfr __at (0xf96) TRISE; typedef union { struct { - unsigned :1; unsigned TRISE0:1; unsigned TRISE1:1; unsigned TRISE2:1; unsigned :1; + unsigned PSPMODE:1; unsigned IBOV:1; unsigned OBF:1; unsigned IBF:1; diff --git a/device/include/pic16/pic18f458.h b/device/include/pic16/pic18f458.h index 744a6fdc..41ddaead 100644 --- a/device/include/pic16/pic18f458.h +++ b/device/include/pic16/pic18f458.h @@ -2061,11 +2061,11 @@ extern volatile __TRISDbits_t __at (0xf95) TRISDbits; extern __sfr __at (0xf96) TRISE; typedef union { struct { - unsigned :1; unsigned TRISE0:1; unsigned TRISE1:1; unsigned TRISE2:1; unsigned :1; + unsigned PSPMODE:1; unsigned IBOV:1; unsigned OBF:1; unsigned IBF:1;