RISC-V: Don't assume the priv attributes are in order when handling them.
[deliverable/binutils-gdb.git] / gdbsupport / btrace-common.h
index c9dc683044f1c17b7d354f4866dff654272f9943..226c67b297d507bbdb3026ec1baa0e5cfbd2823c 100644 (file)
@@ -74,7 +74,10 @@ enum btrace_cpu_vendor
   CV_UNKNOWN,
 
   /* Intel.  */
-  CV_INTEL
+  CV_INTEL,
+
+  /* AMD.  */
+  CV_AMD
 };
 
 /* A cpu identifier.  */
This page took 0.022549 seconds and 4 git commands to generate.