summaryrefslogtreecommitdiffstats
path: root/source/xap/ddd/machine_code_window_fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/ddd/machine_code_window_fix.diff')
-rw-r--r--source/xap/ddd/machine_code_window_fix.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/xap/ddd/machine_code_window_fix.diff b/source/xap/ddd/machine_code_window_fix.diff
deleted file mode 100644
index f63b43c62..000000000
--- a/source/xap/ddd/machine_code_window_fix.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/ddd/GDBAgent.C b/ddd/GDBAgent.C
-index 7fc1379..87652d2 100644
---- a/ddd/GDBAgent.C
-+++ b/ddd/GDBAgent.C
-@@ -3200,7 +3200,7 @@ string GDBAgent::disassemble_command(string start, const char *end) const
- {
- string end_( end );
- normalize_address(end_);
-- cmd += ' ';
-+ cmd += ',';
- cmd += end_;
- }
- return cmd;