K 10 svn:author V 6 marcel K 8 svn:date V 27 2011-04-04T16:59:46.441555Z K 7 svn:log V 303 Fix a long standing bug where file_load() passes down the global loadaddr to the l_load() method in the file_formats structure, while being passed an address as an argument (dest). With file_load() calling arch_loadaddr() now, this bug is a little bit more significant. Spotted by: nyan@ (nice catch!) END