diff options
Diffstat (limited to 'src/arch/x86/isa/decoder')
-rw-r--r-- | src/arch/x86/isa/decoder/x87.isa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/isa/decoder/x87.isa b/src/arch/x86/isa/decoder/x87.isa index f278dc2f8..704a6f6dd 100644 --- a/src/arch/x86/isa/decoder/x87.isa +++ b/src/arch/x86/isa/decoder/x87.isa @@ -109,8 +109,8 @@ format WarnUnimpl { 0x3: Inst::FSINCOS(); 0x4: frndint(); 0x5: fscale(); - 0x6: fsin(); - 0x7: fcos(); + 0x6: Inst::FSIN(); + 0x7: Inst::FCOS(); } default: Inst::FNSTCW(Mw); } |