summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_vm_command.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-16 22:32:12 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-16 22:32:12 +0000
commit6fa3f78eb7d26991763e16649893592fbbc940e1 (patch)
treeb52aba3f94fa3232937bde73aaa1ed5e323abf2c /mixlib/mix_vm_command.h
parentd30b9f7e16a39fc297605f530a07c41cdcc2563f (diff)
downloadmdk-6fa3f78eb7d26991763e16649893592fbbc940e1.tar.gz
mdk-6fa3f78eb7d26991763e16649893592fbbc940e1.tar.bz2
minor changes
Diffstat (limited to 'mixlib/mix_vm_command.h')
-rw-r--r--mixlib/mix_vm_command.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mixlib/mix_vm_command.h b/mixlib/mix_vm_command.h
index 8d9e86e..cedb650 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
* ------------------------------------------------------------------
- * Last change: Time-stamp: <01/03/15 15:57:36 jose>
+ * $Id: mix_vm_command.h,v 1.14 2001/09/16 22:32:12 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -48,6 +48,7 @@ typedef enum {
MIX_CMD_SASM, /* set assembler command */
MIX_CMD_RUN, /* run a loaded program */
MIX_CMD_NEXT, /* run next instruction */
+ MIX_CMD_PSTAT, /* print current vm status */
MIX_CMD_LOC, /* print location pointer */
MIX_CMD_PSYM, /* print symbol */
MIX_CMD_PREG, /* print registry */
@@ -218,7 +219,7 @@ mix_vm_cmd_dispatcher_get_src_file_lineno (const mix_vm_cmd_dispatcher_t *dis);
extern const gchar *
mix_vm_cmd_dispatcher_get_src_file_line (const mix_vm_cmd_dispatcher_t *dis,
- gulong line);
+ gulong line, gboolean cr);
/* toggle time printing */
extern void