On Thu, Dec 19, 2002 at 11:40:38AM +0100, Juan Quintela wrote: > - asm wants a unsigned long > - verify_area wants a void * > one of the two places need a cast. Making emulate_load_store take a void * as the address argument was much nicer instead. > Once there, ralf? forgot that emulate_load_store returns void, then > nuke the return 1 part. Already did that. Ralf