dbghelp: Created a CPU method to map dwarf register number to codeview register number.
diff --git a/include/cvconst.h b/include/cvconst.h
index 86dd3f1..1599a26 100644
--- a/include/cvconst.h
+++ b/include/cvconst.h
@@ -511,6 +511,8 @@
     CV_AMD64_MM70       = CV_REG_MM70,
     CV_AMD64_MM71       = CV_REG_MM71,
 
+    CV_AMD64_XMM8       = 252,           /* this includes XMM9 to XMM15 */
+
     CV_AMD64_RAX        = 328,
     CV_AMD64_RBX        = 329,
     CV_AMD64_RCX        = 330,