Remove the "unused" DIF subroutine index left after r308582.
These indices are input to a build-time script that generates code to validate subroutine names.
This commit is contained in:
parent
b1fd102ee7
commit
91371de1fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311148
@ -306,15 +306,14 @@ typedef enum dtrace_probespec {
|
||||
#define DIF_SUBR_TOUPPER 44
|
||||
#define DIF_SUBR_TOLOWER 45
|
||||
#define DIF_SUBR_MEMREF 46
|
||||
#define DIF_SUBR_UNUSED 47
|
||||
#define DIF_SUBR_SX_SHARED_HELD 48
|
||||
#define DIF_SUBR_SX_EXCLUSIVE_HELD 49
|
||||
#define DIF_SUBR_SX_ISEXCLUSIVE 50
|
||||
#define DIF_SUBR_MEMSTR 51
|
||||
#define DIF_SUBR_GETF 52
|
||||
#define DIF_SUBR_JSON 53
|
||||
#define DIF_SUBR_STRTOLL 54
|
||||
#define DIF_SUBR_MAX 54 /* max subroutine value */
|
||||
#define DIF_SUBR_SX_SHARED_HELD 47
|
||||
#define DIF_SUBR_SX_EXCLUSIVE_HELD 48
|
||||
#define DIF_SUBR_SX_ISEXCLUSIVE 49
|
||||
#define DIF_SUBR_MEMSTR 50
|
||||
#define DIF_SUBR_GETF 51
|
||||
#define DIF_SUBR_JSON 52
|
||||
#define DIF_SUBR_STRTOLL 53
|
||||
#define DIF_SUBR_MAX 53 /* max subroutine value */
|
||||
|
||||
typedef uint32_t dif_instr_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user