Re: [fpc-devel] ARM patch to switch to controller records rather than arrays

2011-08-21 Thread Florian Klämpfl
Am 21.08.2011 01:35, schrieb John Clymer: > DIFF attached for comment and review. Provides the following features / > difference: > > 1) Switched operation of cpuinfo.pas - there is still a SET containing > the ct_ constants, but that now indexes an array of structures rather > than a collection

Re: [fpc-devel] ARM patch to switch to controller records rather than arrays

2011-08-21 Thread Geoffrey Barton
t; To: FPC developers' list > Sent: Sun, August 21, 2011 2:46:55 PM > Subject: Re: [fpc-devel] ARM patch to switch to controller records rather > than arrays > > > On 21 Aug 2011, at 00:35, John Clymer wrote: > >> DIFF attached for comment and review. Provides

Re: [fpc-devel] ARM patch to switch to controller records rather than arrays

2011-08-21 Thread John Clymer
ask - which controller are you using this on ? Thanks, John From: Geoffrey Barton To: FPC developers' list Sent: Sun, August 21, 2011 2:46:55 PM Subject: Re: [fpc-devel] ARM patch to switch to controller records rather than arrays On 21 Aug 2011, at 00:35

Re: [fpc-devel] ARM patch to switch to controller records rather than arrays

2011-08-21 Thread Geoffrey Barton
On 21 Aug 2011, at 00:35, John Clymer wrote: > DIFF attached for comment and review. Provides the following features / > difference: > > 1) Switched operation of cpuinfo.pas - there is still a SET containing the > ct_ constants, but that now indexes an array of structures rather than a > col

[fpc-devel] ARM patch to switch to controller records rather than arrays

2011-08-20 Thread John Clymer
DIFF attached for comment and review. Provides the following features / difference: 1) Switched operation of cpuinfo.pas - there is still a SET containing the ct_ constants, but that now indexes an array of structures rather than a collection of arrays. The array contains the info from th