Fix compile error on ppc. Followup to r13028

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13029
This commit is contained in:
Florian Krohm 2012-10-07 20:27:38 +00:00
parent a9b2103cf2
commit 0d5a9a3523

View File

@ -738,7 +738,6 @@ void VG_(invalidate_icache) ( void *ptr, SizeT nbytes )
Addr endaddr = startaddr + nbytes;
Addr cls;
Addr addr;
VexArchInfo vai;
VG_(machine_get_VexArchInfo)( NULL, &vai );
cls = vai.ppc_cache_line_szB;