From 4a3b52c13c9200dc2bbb44091a05acca1eb30167 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Fri, 4 Jul 2014 22:52:01 +0000 Subject: [PATCH] Small comment fix for the UInt* cfsi_m index : 4 instead of 3 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14130 --- coregrind/m_debuginfo/priv_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index 65c65189f8..5740442876 100644 --- a/coregrind/m_debuginfo/priv_storage.h +++ b/coregrind/m_debuginfo/priv_storage.h @@ -841,7 +841,7 @@ struct _DebugInfo { cfsi_base[i] is given by ((UChar*) cfsi_m_ix)[i] if sizeof_ix == 1 by ((UShort*)cfsi_m_ix)[i] if sizeof_ix == 2 - by ((UInt*) cfsi_m_ix)[i] if sizeof_ix == 3. + by ((UInt*) cfsi_m_ix)[i] if sizeof_ix == 4. The end of the code range starting at cfsi_base[i] is given by cfsi_base[i+1]-1 (or cfsi_maxavma for cfsi_base[cfsi_used-1]). -- 2.47.3