X86: Fix the debugging microops. The debug functions can't handle a string object format.
This commit is contained in:
@@ -104,7 +104,7 @@ def template MicroDebugExecute {{
|
||||
%(op_decl)s
|
||||
%(op_rd)s
|
||||
if (%(cond_test)s) {
|
||||
%(func)s(message + "\n");
|
||||
%(func)s("%s\n", message);
|
||||
}
|
||||
return NoFault;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user