Commit 287c4b84 authored by Thiemo Seufer's avatar Thiemo Seufer
Browse files

Another bit of nicer debug output.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2803 c046a42c-6fe2-441c-8c8c-71466251a162
parent fbcc6828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: