summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2004-08-01 21:44:34 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2004-08-01 21:44:34 +0000
commitfabb97598f6f70a56f208e9026784dd4dc50af69 (patch)
tree15ed7f252987b5b3d38dc5728a8b734f1f144ed5 /mixutils
parenta28be757d119c01ccdc1af2fcb0067392f7088fe (diff)
downloadmdk-fabb97598f6f70a56f208e9026784dd4dc50af69.tar.gz
mdk-fabb97598f6f70a56f208e9026784dd4dc50af69.tar.bz2
* mixutils/mixvm_command.c (init_dis_):
* mixgtk/mixgtk_cmd_dispatcher.c (read_config_): -g option not needed by mixasm. (mixgtk_cmd_dispatcher_init): do not redirect stderr to the command log windows.
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/mixvm_command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c
index 4e5659a..186e885 100644
--- a/mixutils/mixvm_command.c
+++ b/mixutils/mixvm_command.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- mixvm_command.c :
* Implementation of the functions declared in mixvm_command.h
* ------------------------------------------------------------------
- * $Id: mixvm_command.c,v 1.10 2004/06/09 12:59:42 jao Exp $
+ * $Id: mixvm_command.c,v 1.11 2004/08/01 21:44:34 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2002, 2004 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
@@ -208,7 +208,7 @@ init_dis_ (mix_vm_cmd_dispatcher_t *dis)
edit = g_strconcat (editor, " %s", NULL);
mix_vm_cmd_dispatcher_set_editor (dis, edit);
g_free (edit);
- mix_vm_cmd_dispatcher_set_assembler (dis, "mixasm -g %s");
+ mix_vm_cmd_dispatcher_set_assembler (dis, "mixasm %s");
}
mix_vm_cmd_dispatcher_t *