|
From: Nicholas N. <nj...@ca...> - 2004-03-04 10:07:16
|
CVS commit by nethercote:
Whoops, fix HTML
M +9 -4 related.html 1.13
--- devel-home/valgrind/related.html #1.12:1.13
@@ -92,10 +92,15 @@
<p>
Some caveats:
-<ul>It only supports 32-bit instructions at present (no 64-bit instructions).
-<ul>It doesn't handle Altivec (SIMD) instructions.
-<ul>There are no PowerPC-specific suppression files yet, so libc.so and ld.so
+<ul>
+<li>It only supports 32-bit instructions at present (no 64-bit instructions).
+ <p>
+<li>It doesn't handle Altivec (SIMD) instructions.
+ <p>
+<li>There are no PowerPC-specific suppression files yet, so libc.so and ld.so
cause a lot of errors.
-<ul>The code to set cache parameters in cachegrind is pretty minimal at
+ <p>
+<li>The code to set cache parameters in cachegrind is pretty minimal at
present.
+ <p>
</ul>
<p>
|