2007/4/23, Siarhei Siamashka &lt;<a href="mailto:siarhei.siamashka@gmail.com">siarhei.siamashka@gmail.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks, it works. But I&#39;m worried about [1]. Looks like EABI has a new syscall<br>interface and this code from qemu uses old ABI. And from reading description<br>at the wiki page, compatibility with old ABI can be disabled (and it makes
<br>sense disabling it as this compatibility reduces performance a bit).</blockquote><div><br>You are right. gcc has function<br>
void __clear_cache (char *BEG, char *END)<br>
which should be more portable.</div></div><br>