mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix compile error on ppc. Followup to r13028
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13029
This commit is contained in:
parent
a9b2103cf2
commit
0d5a9a3523
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user