From 4cc6b8d2a645e68fa2605b98dd753fd34ddb5146 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 16 Jan 2022 16:39:24 +0000 Subject: Fix: missing MIX_CMD_SBT Thanks to Kevin Sun. --- mixlib/mix_vm_command.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mixlib') diff --git a/mixlib/mix_vm_command.h b/mixlib/mix_vm_command.h index bd5fb19..9e96f28 100644 --- a/mixlib/mix_vm_command.h +++ b/mixlib/mix_vm_command.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mix_vm_command.h : * declarations for mix_vm_command_t, describing commands issued to a vm * ------------------------------------------------------------------ - * Copyright (C) 2001, 2006, 2007, 2014 Free Software Foundation, Inc. + * Copyright (C) 2001, 2006, 2007, 2014, 2022 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -75,6 +75,7 @@ typedef enum { MIX_CMD_W2D, /* print word in decimal notation */ MIX_CMD_STRACE, /* enable/disable instruction traces */ MIX_CMD_PBT, /* print backtrace */ + MIX_CMD_SBT, /* set backtrace limit */ MIX_CMD_STIME, /* enable/disable timing statistics */ MIX_CMD_PTIME, /* print current time statistics */ MIX_CMD_SDDIR, /* set device directory */ -- cgit v1.2.3