[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Patch: shel_write() did not call the PureC patcher



On Wed, 2012-03-21 at 21:47 +0100, Helmut Karlowski wrote:
> Am 21.03.2012, 12:27 Uhr, schrieb Jo Even Skarstein <joska@online.no>:
> 
> One question:
> 
> Your patch contains:
> 
> -# ifdef COLDFIRE
> -extern void   patch_memset_purec(BASEPAGE *b);
> -# endif
> -
> 
> which means remove this code. Is this what you want? Patch thinks it's a  
> reversed patch.

I don't know what a reverse patch is. The patch consists of moving two
(well, six, when you count the directives) lines from k_exec.c to
memory.c. So the above is correct. Remove code from k_exec.c, add code
to memory.c.

Jo Even