changeset b05a5c5452e0 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=b05a5c5452e0
description:
        X86: Fix the debugging microops. The debug functions can't handle a 
string object format.

diffstat:

0 files changed

diffs (12 lines):

diff -r 2ff5831fd2eb -r b05a5c5452e0 src/arch/x86/isa/microops/debug.isa
--- a/src/arch/x86/isa/microops/debug.isa       Thu Oct 09 00:04:36 2008 -0700
+++ b/src/arch/x86/isa/microops/debug.isa       Thu Oct 09 00:05:39 2008 -0700
@@ -104,7 +104,7 @@
             %(op_decl)s
             %(op_rd)s
             if (%(cond_test)s) {
-                %(func)s(message + "\n");
+                %(func)s("%s\n", message);
             }
             return NoFault;
         }
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to