Skip to content

Commit

Permalink
fsave: mask fpu cs/opcode (amd)
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Sep 20, 2023
1 parent c9fb1e8 commit 3ec7d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nasm/fsave_frstor.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ global _start
fsave [esp]
frstor [esp]
mov dword [esp + 12], 0 ; fpu eip (currently not emulated)
mov dword [esp + 16], 0 ; fpu cs/opcode (currently not emulated)

%include "footer.inc"

0 comments on commit 3ec7d4a

Please sign in to comment.