(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.
[deliverable/binutils-gdb.git] / gprof / dummy.h
index 7098963cf6878bb5a351e8c7d9825d0539da8925..4c37c15f072fa25b773348068d843a9d664e5be7 100644 (file)
  *
  *     @(#)dummy.h     5.1 (Berkeley) 4/18/91
  */
+#ifndef dummy_h
+#define dummy_h
 
 /*
  * dummy.h -- This file should be used when a processor is not yet supported.
  */
 
-    /*
-     * offset (in bytes) of the code from the entry address of a routine.
-     * (see asgnsamples for use and explanation.)
-     */
-#define OFFSET_OF_CODE 0
-#define        UNITS_TO_CODE   (OFFSET_OF_CODE / sizeof(UNIT))
+/*
+ * Offset (in bytes) of the code from the entry address of a routine.
+ * (see hist_assign_samples()) for use and explanation.)
+ */
+#define OFFSET_TO_CODE 0
+#define        UNITS_TO_CODE   (OFFSET_TO_CODE / sizeof(UNIT))
+
+enum opermodes
+  {
+    dummy
+  };
+typedef enum opermodes operandenum;
 
-enum opermodes { dummy };
-typedef enum opermodes operandenum;
+#endif /* dummy_h */
This page took 0.023883 seconds and 4 git commands to generate.