X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fvfpu.cpp;h=8783ca1c9e78df652f6c14b0a06998873d779987;hp=85637fff122e9f773812086244367cae792e8ffa;hb=87b1d05df45663252c86a03cb2c713c6dc3e9a98;hpb=7fc41b098090ad2d365ef34700542656947aa8ff diff --git a/src/vfpu.cpp b/src/vfpu.cpp index 85637ff..8783ca1 100644 --- a/src/vfpu.cpp +++ b/src/vfpu.cpp @@ -116,7 +116,7 @@ Register Exec(const Register & a, const Register & b, Opcode op, Rmode rmode) assert(g_running); stringstream s; - s << hex << setw(8) << setfill('0') << a.to_ullong() << "\n" << b.to_ullong() << "\n" << setw(3) << op <<"\n" << setw(2) << rmode << "\n\n"; + s << hex << setw(8) << setfill('0') << a.to_ullong() << "\n" << b.to_ullong() << "\n" << setw(1) << op <<"\n" << setw(1) << rmode << "\n"; string str(s.str()); //Debug("Writing: %s", str.c_str());