]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix comment.
authorJulian Seward <jseward@acm.org>
Mon, 4 Jul 2005 09:21:19 +0000 (09:21 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 4 Jul 2005 09:21:19 +0000 (09:21 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@1252

VEX/priv/host-generic/h_generic_regs.h

index 844393730e4b74f3c611ac516c3e62e03f83d5ed..2bbdc7c36b206684bdca80aea2197789599178df 100644 (file)
    Note further that since the class field is never 1111b, no valid
    register can have the value INVALID_HREG.
 
-   There are currently 3 register classes:
+   There are currently 5 register classes:
 
-     int
-     floating
-     vector 
+     int32 int64 float64 simd64 simd128
 */
 
 typedef UInt HReg;