mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Another bit of nicer debug output.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2803 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fbcc68286a
commit
287c4b84f4
1 changed files with 1 additions and 1 deletions
|
@ -4163,7 +4163,7 @@ die:
|
|||
|
||||
static void gen_cp0 (DisasContext *ctx, uint32_t opc, int rt, int rd)
|
||||
{
|
||||
const char *opn = "unk";
|
||||
const char *opn = "ldst";
|
||||
|
||||
switch (opc) {
|
||||
case OPC_MFC0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue