Revision: 16667
Author:   [email protected]
Date:     Thu Sep 12 07:49:03 2013 UTC
Log:      Add a missing instruction to the ia32 disassembler.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/23451024
http://code.google.com/p/v8/source/detail?r=16667

Modified:
 /branches/bleeding_edge/src/ia32/disasm-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/disasm-ia32.cc Mon Sep 9 16:57:35 2013 UTC +++ /branches/bleeding_edge/src/ia32/disasm-ia32.cc Thu Sep 12 07:49:03 2013 UTC
@@ -698,6 +698,7 @@
   switch (escape_opcode) {
     case 0xD9: switch (regop) {
         case 0: mnem = "fld_s"; break;
+        case 2: mnem = "fst_s"; break;
         case 3: mnem = "fstp_s"; break;
         case 7: mnem = "fstcw"; break;
         default: UnimplementedInstruction();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to